1freerdp-shadow-cli(1) FreeRDP freerdp-shadow-cli(1)
2
3
4
6 freerdp-shadow-cli - A utility for sharing a X display via RDP.
7
9 freerdp-shadow-cli [/port:<port number>] [/ipc-socket:<ipc-socket>]
10 [/monitors:<0,1,2,...>] [/rect:<x,y,w,h>] [+auth] [-may-view] [-may-in‐
11 teract] [/sec:<rdp|tls|nla|ext>] [-sec-rdp] [-sec-tls] [-sec-nla]
12 [-sec-ext] [/sam-file:<file>] [/version] [/help]
13
15 freerdp-shadow-cli can be used to share a running X display like with
16 VNC but by using the RDP instead. It is also possibly to share only
17 parts (rect) of the display.
18
20 /ipc-socket:<ipc-socket>
21 If this option is set an ipc socket with the path ipc-socket is
22 used instead of a TCP socket.
23
24 /port:<port>
25 Set the port to use. Default is 3389. This option is ignored if
26 ipc-socket is used.
27
28 /monitors:<1,2,3,...>
29 Select the monitor(s) to share.
30
31 /rect:<x,y,w,h>
32 Select rectangle within monitor to share.
33
34 -auth Disable authentication. If authentication is enabled PAM is used
35 with the X11 subsystem. Running as root is not necessary, how‐
36 ever if run as user only the same user that started
37 freerdp-shadow-cli can authenticate.
38 Warning: If authentication is disabled everyone can connect.
39
40 -may-view
41 Clients may view without prompt.
42
43 -may-interact
44 Clients may interact without prompt.
45
46 /sec:<rdp|tls|nla|ext>
47 Force a specific protocol security
48
49 -sec-rdp
50 Disable RDP security (default:on)
51
52 -sec-tls
53 Disable TLS protocol security (default:on)
54
55 -sec-nla
56 Disable NLA protocol security (default:on)
57
58 +sec-ext
59 Use NLA extended protocol security (default:off)
60
61 /sam-file:<file>
62 NTLM SAM file for NLA authentication
63
64 /version
65 Print the version and exit.
66
67 /help Print the help and exit.
68
69
71 freerdp-shadow-cli /port:12345
72
73 When run as user within a X session (for example from an xterm) a
74 socket on 12345 is opened and the current display is shared via RDP.
75
76
78 0 Successful program execution.
79
80 1 Otherwise.
81
82
84 wlog(7)
85
86
88 FreeRDP <team@freerdp.com>
89
90
91
922.9.0 2017-01-12 freerdp-shadow-cli(1)