meta data for this page
  •  

Differences

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

Link to this comparison view

Next revision
Previous revision
linux:nxagent_nxproxy [2019/10/29 08:47] – created niziaklinux:nxagent_nxproxy [2019/10/29 09:17] (current) niziak
Line 1: Line 1:
 ====== NX compression protocol ====== ====== NX compression protocol ======
  
-  * **nxproxy** - tool to efficent tunnel X protocol +===== nxproxy ===== 
 + 
 +Tool to efficent tunnel X protocol .
  
 <code> <code>
Line 15: Line 17:
 </code> </code>
  
-  * **nxagent** - designed to run on remote client with nxproxy. It keeps virtual desktop like console ''screen'' application. It support suspend/resume of sessions.+===== nxagent ===== 
 + 
 +Designed to run on remote client with nxproxy. It keeps virtual desktop like console ''screen'' application. It support suspend/resume of sessions.
  
 <code> <code>
Line 34: Line 38:
  
  
 +====== Setup ======
  
 <code bash> <code bash>
Line 53: 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.
 +    Use 4k-png compression.
 +    Press 'OK' to save the session.