Need help setting up FreeNX on Xubuntu 9.10

Soldato
Joined
4 Jan 2004
Posts
20,802
Location
¯\_(ツ)_/¯
Is there a complete guide anywhere? Preferably one which includes setting up OpenSSH?

I've tried a few times to set it all up and got completely stuck! :(
 
what errors are you getting?

add the below to the server (machine you want to connect into)

deb http://ppa.launchpad.net/freenx-team/ppa/ubuntu "distro" main
deb-src http://ppa.launchpad.net/freenx-team/ppa/ubuntu "distro" main

install in the key

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2a8e3034d018a4ce

sudo apt-get update
sudo apt-get install ssh freenx

sudo /usr/lib/nx/nxsetup --install

use the default settings

on connecting machine install nomachine client

http://www.nomachine.com/download.php

deano
 
Back
Top Bottom