Xrdp: Unterschied zwischen den Versionen
Zeile 29: | Zeile 29: | ||
=== Optionen === | === Optionen === | ||
{| class="wikitable sortable options" | |||
|- | |||
! Unix !! GNU !! Parameter !! Beschreibung | |||
|- | |||
| -k || --kill || || Kill running xrdp daemon | |||
|- | |||
| -h || --help || || Output help information and exit | |||
|- | |||
| -v || --version || || Output version information and exit | |||
|- | |||
| -n || --nodaemon || || Start xrdp in foreground instead of starting it as a daemon | |||
|- | |||
| -p || --port || || Specify TCP port to listen to. This overrides port setting in xrdp.ini file. | |||
|- | |||
| -f || --fork || || Fork a new process on a new connection. If not enabled, use a new thread for every connection. This overrides fork setting in xrdp.ini file. | |||
|- | |||
| || --dump-config || || Print the configuration on stdout before starting the daemon. The default is not to do this | |||
|- | |||
| -c || --config || Specify a path to a different xrdp.ini file. This option is intended to be used primarily for testing or for unusual configurations. | |||
|} | |||
=== Parameter === | === Parameter === | ||
=== Umgebungsvariablen === | === Umgebungsvariablen === |
Version vom 1. Oktober 2024, 07:29 Uhr
XRDP - Server für das Remote Desktop Protocol (RDP)
Beschreibung
- xrdp is a Remote Desktop Protocol (RDP) Server
Unlike Windows NT/2000/2003 server, xrdp will not display a Windows desktop but an X window desktop to the user
xrdp bietet einem Client eines entfernten Rechners einen grafischen Anmeldebildschirm an
- Dafür nutzt er das Remote Desktop Protocol (RDP)
- Der Server kann mit den xorgxrdp-Treibern eine Verbindung zu einer lokalen X.org-Sitzung herstellen
- Auch die Verbindung zu einem VNC-X11-Server und die Weiterleitung zu einem anderen RDP-Server sind möglich
- Xrdp akzeptiert Verbindungen von freerdp, rdesktop und den integrierten Terminal-Server-/Remote-Desktop-Clients von »Microsoft Windows«-Betriebssystemen
- In den Modi xorgxrdp (der X11RDP ersetzt) und VNC stellt er einen voll funktionsfähigen Linux-Terminalserver bereit, der dem Benutzer eine X-Window-Arbeitsumgebung bietet.
It can also be used as a VNC->RDP bridge
- Im RDP- oder VNC-Weiterleitungsmodus kann jede Art von Desktop verwendet werden
Installation
sudo apt install xrdp
Syntax
xrdp --kill
xrdp --help
xrdp --version
xrdp [--nodaemon] [--port port] [--fork] [--dump-config] [--config /path/to/xrdp.ini]
Optionen
Unix | GNU | Parameter | Beschreibung |
---|---|---|---|
-k | --kill | Kill running xrdp daemon | |
-h | --help | Output help information and exit | |
-v | --version | Output version information and exit | |
-n | --nodaemon | Start xrdp in foreground instead of starting it as a daemon | |
-p | --port | Specify TCP port to listen to. This overrides port setting in xrdp.ini file. | |
-f | --fork | Fork a new process on a new connection. If not enabled, use a new thread for every connection. This overrides fork setting in xrdp.ini file. | |
--dump-config | Print the configuration on stdout before starting the daemon. The default is not to do this | ||
-c | --config | Specify a path to a different xrdp.ini file. This option is intended to be used primarily for testing or for unusual configurations. |