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 ] [ --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 -c, --config
48 Specify a path to a different xrdp.ini file. This option is
49 intended to be used primarily for testing or for unusual configā
50 urations.
51
52
53
55 /usr/bin/xrdp
56 /etc/xrdp/xrdp.ini
57 /var/log/xrdp.log
58 /var/run/xrdp.pid
59
60
62 Jay Sorg <jsorg71@users.sourceforge.net>
63 Simone Fedele <ilsimo@users.sourceforge.net>
64
65
67 xrdp.ini(5), sesman(8), sesman.ini(5), sesrun(8)
68
69 for more info on xrdp see http://www.xrdp.org/
70
71
72
73xrdp team 0.9.15 xrdp(8)