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  (uses XFCE GUI) and then add sample user from this article to use it as a login in NoMachine (for arm64 users  download here or here )

or

B) Use this tutorial (uses KDE GUI):

sudo apt install aptitude
sudo aptitude install kde-standard
sudo aptitude purge gnome-shell
reboot
sudo aptitude install kdeadmin kdegraphics kdemultimedia kdenetwork kdepim kdeutils kdeaccessibility kdesdk kdewebdev
lscpu
curl https://download.nomachine.com/download/8.10/Linux/nomachine_8.10.1_1_amd64.deb -o nomachine.deb
sudo dpkg -i nomachine.deb
// ####### useful tools ########
// firefox
sudo aptitude install firefox
// vscode
curl https://go.microsoft.com/fwlink/?LinkID=760868 -o vscode.deb
sudo apt install "./vscode.deb"
// git
sudo apt install git
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - &&sudo apt-get install -y nodejs
// chrome
sudo apt update; apt install -y curl aptitude
curl -fsSL https://dl.google.com/linux/linux_signing_key.pub | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/google.gpg >/dev/null
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list'
sudo aptitude update
sudo aptitude install -y google-chrome-stable

Leave a Comment

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

WordPress › Error

There has been a critical error on this website.

Learn more about troubleshooting WordPress.