


https://app.unispace.io/
https://ngrok.com/
https://www.realvnc.com/en/connect/download/viewer/

Setup VNC
You can also set up a VNC server in your VPS by running the following script. Make sure to replace the appropriate URL and auth code for ngrok
sudo su
apt update
apt -y install xfce4
apt -y install firefox
apt install tightvncserver
tightvncserver :1
apt -y install screen
apt install wget
apt install unzip
wget <ngrok_download_link>
unzip <ngrok.zip_file>
ngrok authtoken <your_auth_token>
screen ./ngrok tcp 5901