1GRDCTL(1) User Commands GRDCTL(1)
2
3
4
6 grdctl - Command line tool for configuring GNOME Remote Desktop
7
9 grdctl [OPTION...] [COMMAND] [SUBCOMMAND...]
10
12 grdctl provides methods for configuring the GNOME Remote Desktop
13 service, for example setting credentials.
14
16 --help
17 Show help text.
18
20 status
21 Show current status.
22
24 rdp enable
25 Enable the RDP backend.
26
27 rdp disable
28 Disable the RDP backend.
29
30 rdp set-tls-cert TLS-CERT
31 Set path to TLS certificate.
32
33 rdp set-tls-key TLS-KEY
34 Set path to TLS key.
35
36 rdp set-credentials USERNAME PASSWORD
37 Set username and password credentials.
38
39 rdp clear-credentials
40 Clear username and password credentials.
41
42 rdp enable-view-only
43 Disable remote control of input devices.
44
45 rdp disable-view-only
46 Enable remote control of input devices.
47
49 vnc enable
50 Enable the VNC backend.
51
52 vnc disable
53 Disable the VNC backend.
54
55 vnc set-password PASSWORD
56 Set the VNC password.
57
58 vnc clear-password
59 Clear the VNC password.
60
61 vnc set-auth-method AUTH-METHOD
62 Set the authentication method used for new VNC connections. Can be
63 either password or prompt.
64
65 vnc enable-view-only: Disable remote control of input devices.
66
67 vnc disable-view-only
68 Enable remote control of input devices.
69
71 The bug tracker can be reached by visiting the website
72 https://gitlab.gnome.org/GNOME/gnome-remote-desktop/issues. Before
73 sending a bug report, please verify that you have the latest version of
74 gnome-remote-desktop. Many bugs (major and minor) are fixed at each
75 release, and if yours is out of date, the problem may already have been
76 solved.
77
78
79
80GNOME-REMOTE-DESKTOP March 2022 GRDCTL(1)