Remote Desktop Debian?

Associate
Joined
27 Nov 2011
Posts
8
Hi all,

I recently bought a dedi server, and i decided to install Debian 6.0.2 on it, and it also came with ISPConfig 3.0.3.3. I would like to use it for gameserver hosting, and would like to be able to connect to the server with a gui remote desktop. Would this be possible, if so, how?

Regards
Ash
 
Yep.

http://www.x2go.org/start
http://www.nomachine.com/select-package.php?os=linux&id=1

Example:

Code:
apt-get update
apt-get install xorg xfce4
wget http://64.34.161.181/download/3.4.0/Linux/nxclient_3.4.0-7_i386.deb
wget http://64.34.161.181/download/3.4.0/Linux/nxnode_3.4.0-16_i386.deb
wget http://64.34.161.181/download/3.4.0/Linux/FE/nxserver_3.4.0-17_i386.deb
dpkg -i nxclient_3.4.0-7_i386.deb
apt-get -f install
dpkg -i nxnode_3.4.0-16_i386.deb
dpkg -i nxserver_3.4.0-17_i386.deb

nxclient, set the "desktop" to "Unix" and "Custom", enter "Settings" and choose the "Run the following command" for the "Application", 
and enter this into the textbox: /usr/bin/startxfce4. In the "Options" select the "New virtual desktop". Press OK and select in the "Display" section "Available area".
 
You need to provide way more information if you want us to help you.

- Shell output after entering the commands
- Any nxclient error messages
 
Have used both, both work fine, NXclient gives you a new user session (IIRC) and VNC just mirror's the screen you are using. I found NXclient slightly faster.

Both are very easy to setup and use.
 
The responces will get you there with a little effort. Personally I use fluxbox + vnc when I need to do such a thing, but I've only ever had to do this when running something with with wine.

Any reason why you really want a remote desktop though?
 
Back
Top Bottom