1REMMINA(1) General Commands Manual REMMINA(1)
2
3
4
6 remmina -- Remmina the GTK+ Remote Desktop Client
7
9 remmina [-a|i|n|q|v] [-c FILE] [-e FILE] [-p TABINDEX] [-s SERVER] [-t
10 PROTOCOL] [-x PLUGIN] [--update-profile] [--set-option OPTION[=VALUE]]
11 [--display DISPLAY]
12
14 Remmina is a remote desktop client written in GTK+, aiming to be useful
15 for system administrators and travellers, who need to work with lots of
16 remote computers in front of either large monitors or tiny netbooks.
17 Remmina supports multiple network protocols in an integrated and con‐
18 sistent user interface.
19
20 Currently RDP, VNC, SSH, SPICE, and WWW are supported.
21
22 Remmina is released in separated source packages:
23
24 • "remmina", the main GTK+ application
25 • "remmina-plugins", a set of plugins
26
27 Remmina is free and open-source software, released under GNU GPL li‐
28 cense.
29
31 ${XDG_CONFIG_DIRS}/remmina.pref or ${XDG_CONFIG_HOME}/remmina/rem‐
32 mina.pref :
33
34 Remmina configuration files.
35
36 At the first Remmina execution the system wide Remmina configuration
37 files, will be copied in the ${XDG_CONFIG_HOME}
38
39 ${XDG_DATA_DIRS}/FILE.remmina or ${XDG_DATA_HOME}/remmina/FILE.remmina
40 :
41
42 Remmina profiles, the file name is autogenerated, but you can create
43 manually your own files with the FILE name you prefer. It's possible to
44 specify a custom profile name and location.
45
47 -h, --help
48 Show help options
49
50 -a
51 Show about dialog
52
53 -c, --connect=FILE
54 Connect directly either to a desktop using options described in a
55 file, or a supported URI (RDP, VNC, SSH or SPICE).
56 The filetype can be ".remmina" or one supported by a plugin capable
57 of importing files
58
59 -e, --edit=FILE
60 Open and edit desktop connection using options described by file,
61 file type can be either .remmina or one supported by a file import
62 capable plugin
63
64 -k, --kiosk
65 Start Remmina in kiosk mode (thin client)
66
67 -n, --new
68 Create a new connection profile
69
70 -p, --pref=TABINDEX
71 Show preferences dialog page
72
73 -x, --plugin=PLUGIN
74 Execute the plugin
75
76 -q, --quit
77 Quit the application
78
79 -s, --server=SERVER
80 Use default server name (for --new)
81
82 -t, --protocol=PROTOCOL
83 Use default protocol (for --new)
84
85 -i, --icon
86 Start as tray icon
87
88 -v, --version
89 Show the application's version
90
91 --update-profile
92 Modify connection profile, require also --set-option
93
94 --set-option OPTION[=VALUE]
95 Set one or more profile settings, to be used with --update-pro-file
96
97 --encrypt-password
98 Encrypt a password
99
100 --display=DISPLAY
101 X display to use
102
103 --disable-toolbar
104 Disable toolbar
105
106 --enable-fullscreen
107 Enable fullscreen
108
109 --enable-extra-hardening
110 Enable extra hardening (disable closing confirmation, disable un‐
111 safe shortcut keys, hide tabs, hide search bar)
112 List of disabled shortcut keys:
113 fullscreen, autofit, prevtab and nexttab, scale, grab, minimize,
114 viewonly, screenshot, disconnect, toolbar
115
116 --no-tray-icon
117 Disable tray icon
118
120 To connect using an exisitng connection profile use: remmina -c
121 FILE.remmina
122
123 To quick connect using a URI:
124
125 remmina -c rdp://username@server
126 remmina -c rdp://domain\\username@server
127 remmina -c vnc://username@server
128 remmina -c vnc://server?VncUsername=username
129 remmina -c ssh://user@server
130 remmina -c spice://server
131
132 To quick connect using a URI along with an encrypted password:
133
134 remmina -c rdp://username:encrypted-password@server
135 remmina -c vnc://username:encrypted-password@server
136 remmina -c vnc://server?VncUsername=username\&VncPassword=encrypted-
137 password
138
139 To encrypt a password for use with a URI:
140
141 remmina --encrypt-password
142
143 To update username and password and set a different resolution mode of
144 a remmina connection profile use:
145
146 echo "ausernamenapassword" | remmina --update-profile /PATH/TO/FOO.rem‐
147 mina --set-option username --set-option resolution_mode=2 --set-option
148 password
149
151 remmina-file-wrapper(1)
152
154 Antenore Gatta <antenore at simbiosi dot org> and Giovanni Panozzo
155 <giovanni at panozzo dot it>
156
157 See the THANKS file for a more detailed list.
158
159 Remmina was initially written by Vic Lee <llyzs@163.com>
160
161 This manual page was written by Antenore Gatta <antenore at simbiosi
162 dot org>.
163
165 This program is free software; you can redistribute it and/or modify it
166 under the terms of the GNU General Public License as published by the
167 Free Software Foundation; either version 2, or (at your option) any
168 later version.
169
170
171
172 2022-03-25 REMMINA(1)