Ubuntu with NoVNC, checkout PureVNC (w/o noVNC)
- Browsers :
- Shells :
- Coding :
- Text Editors :
- Office Suite :
- Social Apps :
- Utilities :
- Languages Installed :
| VNC_PASS | VNC Server Password |
|---|---|
| VNC_TITLE | VNC Session Title |
| VNC_RESOLUTION | VNC Server Resolution |
| DISPLAY | Display Server Port |
| PORT | NoVNC HTTP Port |
| NGROK_TOKEN | Ngrok Token |
- Heroku Users :
- Click on Deploy Now button.
- Set the repo name & variables.
- Deploy.
- [ ! ] The project takes a minute or two to load on Railway after the deployment, till that it will show 404 error, be patient.
- Manual Method :
- Edit & Run Command :
docker run --name vubuntu \ -e VNC_PASS="samplepass" \ -e VNC_TITLE="Ubuntu_Desktop" \ -e VNC_RESOLUTION="1280x720" \ -e DISPLAY=:0 \ -e PORT=9870 \ -d -p 8080:9870 \ vital987/vubuntu
- Edit & Run Command :
[ * ] Add your private ngrok token to NGROK_TOKEN to get proper Ngrok functionality.
- [ ! ] $VNC_TITLE value should be without spaces.
- [ ! ] $VNC_PASS value should be without spaces.
- [ ! ] The whole project runs as a root user in a docker container.
- [ ! ] Using VNC/Remote Desktops are strictly prohibited/banned on many free PaaS platforms.
- [ ! ] Deploy/Use at your own risk & responsibility!



