A custom Ubuntu Server (Ubuntu Server) with desktop environment and preconfigured services with port forwarded which can be accessed via host machine.
- Desktop Environment
- Import directly using Ubus ova file
- Remote Connection
- Access services on host machine refer default forwarded ports table
Host Machine Port Ubus Port Service 4022 22 ssh server 4080 80 nginx server 4800 8000 django server 48080 8080 python server 45900 5900 x11vnc
username : ubus
password : toor
- SSH
ssh -p 4022 ubus@local_ip
- vnc client
VNCserver = local_ip:45900 password = toor
Note
: To access services remotely, port should be allowed through firewall from host machine.