Install NoMachine on Ubuntu VPS

To install NoMachine remove desktop manager on ubuntu 20/22/24/ etc on remote VPS/dedicated server:

A) Use this tutorial at hetzner  and then add sample user from this article to use it as a login in NoMachin

or

B) manual steps:

sudo apt install aptitude
sudo aptitude install kde-standard
sudo aptitude purge gnome-shell
reboot
sudo aptitude install firefox
sudo aptitude install kdeadmin kdegraphics kdemultimedia kdenetwork kdepim kdeutils kdeaccessibility kdesdk kdewebdev
lscpu
curl https://nomachine.... -o nomachine.deb
sudo dpkg -i nomachine.deb
// some other necessary tools
curl https://go.microsoft.com/fwlink/?LinkID=760868 -o vscode.deb
sudo apt install "./vscode.deb"
sudo apt install git
curl -fsSL https://deb.nodesource.com/setup_19.x | sudo -E bash - &&sudo apt-get install -y nodejs

Leave a Reply

Your email address will not be published. Required fields are marked *