How to get Free VPS with 12GB RAM and 16GB NVIDIA GPU
How to get Free VPS with 12GB RAM and 16GB NVIDIA GPU
In this tutorial, you will learn how to get free virtual private server. Free VPS is very use to run forex EA, live stream and other works. This is a Linux Ubuntu server VPS / RDP with12GB RAM and NVIDIA16GB GPU. Create Google Colab ...
In this tutorial, you will learn how to get free virtual private server. Free VPS is very use to run forex EA, live stream and other works. This is a Linux Ubuntu server VPS / RDP with12GB RAM and NVIDIA16GB GPU.
Create Google Colab Account
Search “Colab” on your search engine and you will find it on the top of the search result then you have login using google account. It is a free google VPS instant provider for learning purposes.

If you want a Premium Cheap VPS with 24/7 uptime. Check the below link
Create free VPS Using Script
Click “create new notebook” in the pop-up window, select upload tab and upload the file that you download. Check the description you can find the download link. After the uploading of the file, check whether selected GPU as a type of the hardware. Click the play button then the script will start automatically.

Get Tunnel Auth Token
You have to enter tunnel auth token to get one click the link in the box then create an account or sign up using your GitHub and google accounts. You will be redirected to dashboard, click “Authentication” and select “your AUTH token” then copy and paste your auth token. Select any region by typing two letters then press “enter”. Wait for the process finished, this may take some time.

Download VNC Turbo Viewer
You have to download Turbo VNC application for remote desktop access. Using the below link, download turbo VNC while the process, open link using another window. Install the app for your computer
RDP Access to VPS Server
Your VPS is now ready, copy the text in your display to a note pad. Don’t close the web browser just minimalize it then open Turbo VNC viewer app that you installed. Enter VNC server name that you copied then click connect and ask for the password enter it as well. Now, you can enjoy new Ubuntu VPS.

This may be disconnected due to inactivity of the Colab platform, you can find the solution for that in the next video. When it ready, I will put the link here.
If you want a Premium Cheap VPS with 24/7 uptime. Check the below link
Continuously Run Colab Notebook
In the running page of the Colab, right click then select “inspect element”. Switch to “console” tab then clear it, after that paste the code then enter. In some time, you will see a scam message by your browser. In this case, Firefox show it to fix that type “allow pasting” the press enter then the code run in the browser please do not close it, keep it and enjoy your project or VPS in Colab. It would keep on clicking the page and prevent it from disconnecting.
function ConnectButton(){
console.log("Connect pushed");
document.querySelector("#top-toolbar > colab-connect-button").shadowRoot.querySelector("#connect").click()
}
setInterval(ConnectButton,60000);
Second Method: Just create a new cell at the bottom having the following line:
while True:pass