1xrdp(8) xrdp(8)
2
3
4
6 xrdp - a Remote Desktop Protocol (RDP) server
7
8
10 xrdp --kill
11 xrdp --help
12 xrdp --version
13 xrdp [--nodaemon] [--port port] [--fork] [--dump-config] [--config
14 /path/to/xrdp.ini]
15
16
18 xrdp is a Remote Desktop Protocol (RDP) Server.
19 Unlike Windows NT/2000/2003 server, xrdp will not display a Windows
20 desktop but an X window desktop to the user.
21
22 It can also be used as a VNC->RDP bridge.
23
24
26 -k, --kill
27 Kill running xrdp daemon.
28
29 -h, --help
30 Output help information and exit.
31
32 -v, --version
33 Output version information and exit.
34
35 -n, --nodaemon
36 Start xrdp in foreground instead of starting it as a daemon.
37
38 -p, --port
39 Specify TCP port to listen to. This overrides port setting in
40 xrdp.ini file.
41
42 -f, --fork
43 Fork a new process on a new connection. If not enabled, use a
44 new thread for every connection. This overrides fork setting in
45 xrdp.ini file.
46
47 --dump-config
48 Print the configuration on stdout before starting the daemon.
49 The default is not to do this.
50
51 -c, --config
52 Specify a path to a different xrdp.ini file. This option is in‐
53 tended to be used primarily for testing or for unusual configu‐
54 rations.
55
56
57
59 /usr/sbin/xrdp
60 /etc/xrdp/xrdp.ini
61 /var/log/xrdp.log
62 /var/run/xrdp.pid
63
64
66 Jay Sorg <jsorg71@users.sourceforge.net>
67 Simone Fedele <ilsimo@users.sourceforge.net>
68
69
71 xrdp.ini(5), sesman(8), sesman.ini(5), sesrun(8)
72
73 for more info on xrdp see ⟨http://www.xrdp.org/⟩
74
75
76
77xrdp team 0.9.17 xrdp(8)