meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
linux:nxagent_nxproxy [2019/10/29 08:47] niziaklinux:nxagent_nxproxy [2019/10/29 09:11] niziak
Line 38: Line 38:
  
  
 +====== Setup ======
  
 <code bash> <code bash>
Line 57: Line 57:
   * remote   * remote
     * <code bash>xterm -display :8</code>     * <code bash>xterm -display :8</code>
 +    * or run nxagent to setup complete remote desktop on display :9 <code bash>nxagent -display nx/:8 :9</code>
 +
 +
 +
 +
 +====== X2Go Setup ======
 +
 +Debian Buster already contains x2go packages (for older refer to [[https://wiki.x2go.org/doku.php/wiki:repositories:debian]])
 +<code bash>sudo apt-get install x2goserver x2goclient x2goserver-xsession x2goserver-desktopsharing</code>
 +
 +===== Desktop sharing =====
 +
 +Desktopsharing
 +run applet: Application menu --> internet --> X2GO Destkop sharing.
 +New applet icon will appear on taskbar. Click on it and activate desktop sharing.
 +
 +
 +    Start the client.
  
 +Preparing the session:
  
 +    Create a new session with “session | new session…”.
 +    Assign a session name.
 +    As 'host name' give the name of the machine, the session you want to connect to, is running on.
 +    As 'user name' give your account on the remote machine.
 +    As 'session type' choose 'connection to local desktop'.
 +    Recommended: choose “full screen” on the settings tab. Otherwise, everything can become too small to read.
 +    Press 'OK' to save the session.