updated smaller collections for manual about

This commit is contained in:
2024-04-29 17:55:17 +00:00
parent b1e98c2051
commit 30df64fcc8
167 changed files with 71 additions and 76 deletions

View File

@@ -0,0 +1,14 @@
# Cloud console
- `cloud-console` is a tool to view machine logging and interact with the machine you have deployed
- It always runs on the machine's private network ip and port number equla to `20000 +last octect` of machine private IP
- For example if the machine ip is `10.20.2.2/24` this means
- `cloud-console` is running on `10.20.2.1:20002`
- For the cloud-console to run we need to start the cloud-hypervisor with option "--serial pty" instead of tty, this allows us to interact with the vm from another process `cloud-console` in our case
- To be able to connect to the web console you should first start wireguard to connect to the private network
```
wg-quick up wireguard.conf
```
- Then go to your browser with the network router IP `10.20.2.1:20002`