1xrdp.ini(5) xrdp.ini(5)
2
3
4
6 xrdp.ini - Configuration file for xrdp(8)
7
9 This is the man page for xrdp.ini, xrdp(8) configuration file. It is
10 composed by a number of sections, each one composed by a section name,
11 enclosed by square brackets, folowed by a list of <parameter>=<value>
12 lines.
13
14 xrdp.ini is contains a [Globals] section, which sets some global con‐
15 figuration settings for xrdp(8), and one or more "connection" sections
16 which contain the info on which services xrdp(8) can connect to.
17
18
19 All options and values (except for file names and paths) are case
20 insensitive, and are described in detail below.
21
23 The options to be specified in the [Globals] section are the following:
24
25
26 bitmap_cache=[0|1]
27 If set to 1, true or yes this option enables bitmap caching in
28 xrdp(8)
29
30
31 bitmap_compression=[0|1]
32 If set to 1, true or yes this option enables bitmap compression
33 in xrdp(8)
34
36 A connection section is made of a section name, enclosed in square
37 brackets, and the following entries:
38
39
40 name=<session name>
41 The name displayed in xrdp(8) login window's combo box.
42
43
44 lib=../vnc/libvnc.so
45 Sets the library to be used with this connection.
46
47
48 username=<username>|ask
49 Specifies the username used for authenticating in the connec‐
50 tion. If set to ask, user name should be provided in the login
51 window.
52
53
54 password=<password>|ask
55 Specifies the password used for authenticating in the connec‐
56 tion. If set to ask, password should be provided in the login
57 window.
58
59
60 ip=127.0.0.1
61 Specifies the ip address of the host to connect to.
62
63
64 port=<number>|-1
65 Specifies the port number to connect to. If set to -1, the
66 default port for the specified library is used.
67
69 This is an example xrdp.ini:
70
71 [Globals]
72 bitmap_cache=yes
73 bitmap_compression=yes
74
75
76 [vnc1]
77 name=sesman
78 lib=../vnc/libvnc.so
79 username=ask
80 password=ask
81 ip=127.0.0.1
82 port=-1
83
85 ${XRDP_CFG_DIR}/xrdp.ini
86
88 xrdp(8) sesman(8) sesrun(8) sesman.ini(5)
89
90 for more info on xrdp see http://xrdp.sf.net
91
92
93
94xrdp team 0.1.0 xrdp.ini(5)