Golang Command & Control Server For Managing And Remote Accessing Machines Via Web Interface
The big motivation is as follows.
- 😫 Hard to access into CI builders for troubleshooting issues which are not reproducible locally
- 😫 Tedious to forward particular port on CI builders for debugging
- 🙏 Provide an easy way for accessing builder machines
Directly download the binary from https://github.com/harmonicinc-com/joebot/releases
- Web Terminal
- Web File Browser
- Web VNC (Default to port 5901)
- Dynamic Port Tunnelling
$ joebot server --port=<Server_Port> --web-portal-port=<Server_Web_Portal_Port>
$ joebot client --port=<Server_Port> --tag=customized-client-id <Server_IP>