1xrdp(8) xrdp(8)
2
3
4
6 xrdp - a Remote Desktop Protocol (RDP) server
7
8
10 xrdp [ --nodaemon | --kill | --help ]
11
12
14 xrdp is a Remote Desktop Protocol (RDP) Server.
15 Unlike Windows NT/2000/2003 server, xrdp will not display a Windows
16 desktop but an X window desktop to the user.
17
18 It can also be used as a VNC->RDP bridge.
19
20
22 -n, --nodaemon
23 Start xrdp in foreground instead of starting it as a daemon.
24
25 -k, --kill
26 Kill running xrdp daemon.
27
28 -h, --help
29 Output help information and exit.
30
31 -p, --port
32 Specify TCP port to listen to. This overrides port setting in
33 xrdp.ini file.
34
35 -f, --fork
36 Fork a new process on a new connection. If not enabled, use a
37 new thread for every connection. This overrides fork setting in
38 xrdp.ini file.
39
40
42 /usr/bin/xrdp
43 /etc/xrdp/xrdp.ini
44 /var/log/xrdp.log
45 /var/run/xrdp.pid
46
47
49 Jay Sorg <jsorg71@users.sourceforge.net>
50 Simone Fedele <ilsimo@users.sourceforge.net>
51
52
54 xrdp.ini(5), sesman(8), sesman.ini(5), sesrun(8)
55
56 for more info on xrdp see http://www.xrdp.org/
57
58
59
60xrdp team 0.9.13 xrdp(8)