🚀 Free Lifetime 200GB VPS, 4x CPU cores, 24GB Memory 🚀
Disclaimer
This is only a rewrite, so if things change, this might be outdated. Here is the link to the original guide.
Also this KVM doesnt run 24/7
Creating the Server
Visit console.cloud.google.com.
In the upper-right corner, click on Activate Cloud Shell.
If Docker isn't installed, you can install it by running the following command:
bashsudo apt install docker -y
Copy the following command:
bashdocker run -p 6080:80 dorowu/ubuntu-desktop-lxde-vnc
or (newer Version of Ubuntu)
bashdocker run -p 6080:3000 lscr.io/linuxserver/webtop:ubuntu-kde
Paste it into the Cloud Shell terminal using
CTRL + V
, and then pressEnter
.After running the Docker command, you can modify the port number by clicking on the icon located in the upper-right corner (next to the settings icon). Change the port number to
6080
.Enjoy your free Desktop Linux shell on Google Cloud!