Skip to content

Latest commit

 

History

History
69 lines (31 loc) · 1.56 KB

File metadata and controls

69 lines (31 loc) · 1.56 KB

Easiest Guide to Install Remote Desktop Via Linux VPS

Buy VPS

Get a Contabo VPS 1 with Ubuntu 22.04 Installed

22.04 for Openledger Image

Install Desktop

First Install Screen

apt install screen

screen -S desktop

This will take you on a new screen

Run

sudo apt update && sudo apt upgrade -y

sudo apt install curl

curl -O https://gist.githubusercontent.com/NodeFarmer/a533a2e5e7ae8174e06d8e8830721ab6/raw/UbuntuDesktop.sh && chmod +x UbuntuDesktop.sh && ./UbuntuDesktop.sh

Set username & pass for Desktop (Pass is not visible after typing)

Image

Install Remote Desktop Connection in PC

I use Remote Desktop Connection

Image

Login to your Remote Desktop

Provide your VPS IP here

Image

Type in your Username & Pasword

Image

BOOM ! You got your Desktop via VPS

Click on Applications > Internet > Google Chrome

Signup profile with a Burner gmail > Install and handle your extensions here

Image

Extensions will keep running even after closing the Remote Connection Software

Openledger Guide

soon ..