1. Install and Configure VNC Server
sudo apt update
update50
sudo apt -y install vnc4server
2. Install Desktop Enviroment
LXDE
sudo apt-get install lxde lxde-core
3. Set a secure access password
vncpasswd
4. Start VNC server
vncserver -geometry 1024x768
INSTALL NGROK FOR PORT FORWARD:
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-386.zip&& unzip *.zip
./ngrok tcp 5901
6. install Firefox
sudo apt-get install firefox