1REMMINA(1)                  General Commands Manual                 REMMINA(1)
2
3
4

NAME

6       remmina -- Remmina the GTK+ Remote Desktop Client
7

SYNOPSIS

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

DESCRIPTION

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

FILES

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

OPTIONS

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-news
104           Disable news notification
105
106       --disable-toolbar
107           Disable toolbar
108
109       --enable-fullscreen
110           Enable fullscreen
111
112       --enable-extra-hardening
113           Enable extra hardening (disable closing confirmation, disable un‐
114           safe shortcut keys, hide tabs, hide search bar)
115           List of disabled shortcut keys:
116           fullscreen, autofit, prevtab and nexttab, scale, grab, minimize,
117           viewonly, screenshot, disconnect, toolbar
118
119       --no-tray-icon
120           Disable tray icon
121

EXAMPLES

123       To connect using an exisitng connection profile use: remmina -c
124       FILE.remmina
125
126       To quick connect using a URI:
127
128       remmina -c rdp://username@server
129       remmina -c rdp://domain\\username@server
130       remmina -c vnc://username@server
131       remmina -c vnc://server?VncUsername=username
132       remmina -c ssh://user@server
133       remmina -c spice://server
134
135       To quick connect using a URI along with an encrypted password:
136
137       remmina -c rdp://username:encrypted-password@server
138       remmina -c vnc://username:encrypted-password@server
139       remmina -c vnc://server?VncUsername=username\&VncPassword=encrypted-
140       password
141
142       To encrypt a password for use with a URI:
143
144       remmina --encrypt-password
145
146       To update username and password and set a different resolution mode of
147       a remmina connection profile use:
148
149       echo "ausernamenapassword" | remmina --update-profile /PATH/TO/FOO.rem‐
150       mina --set-option username --set-option resolution_mode=2 --set-option
151       password
152

SEE ALSO

154       remmina-file-wrapper(1)
155

AUTHORS

157       Antenore Gatta <antenore at simbiosi dot org> and Giovanni Panozzo
158       <giovanni at panozzo dot it>
159
160       See the THANKS file for a more detailed list.
161
162       Remmina was initially written by Vic Lee <llyzs@163.com>
163
164       This manual page was written by Antenore Gatta <antenore at simbiosi
165       dot org>.
166
168       This program is free software; you can redistribute it and/or modify it
169       under the terms of the GNU General Public License as published by the
170       Free Software Foundation; either version 2, or (at your option) any
171       later version.
172
173
174
175                                  2022-03-25                        REMMINA(1)
Impressum