1REMMINA(1) BSD General Commands Manual REMMINA(1)
2
4 remmina — Remmina the GTK+ Remote Desktop Client
5
7 remmina [-a|i|n|q|v] [-c FILE] [-e FILE] [-p TABINDEX] [-s SERVER]
8 [-t PROTOCOL] [-x PLUGIN] [--update-profile]
9 [--set-option OPTION[=VALUE]] [--display DISPLAY]
10
12 Remmina is a remote desktop client written in GTK+, aiming to be useful
13 for system administrators and travellers, who need to work with lots of
14 remote computers in front of either large monitors or tiny netbooks. Rem‐
15 mina supports multiple network protocols in an integrated and consistent
16 user interface. Currently RDP, VNC, SSH, SPICE, and WWW are supported.
17
18 Remmina is released in separated source packages:
19
20 "remmina", the main GTK+ application
21 "remmina-plugins", a set of plugins
22
23 Remmina is free and open-source software, released under GNU GPL license.
24
26 ${XDG_CONFIG_DIRS}/remmina.pref or ${XDG_CONFIG_HOME}/remmina/rem‐
27 mina.pref :
28
29 Remmina configuration files.
30
31 At the first Remmina execution the system wide Remmina configuration
32 files, will be copied in the ${XDG_CONFIG_HOME}
33
34 ${XDG_DATA_DIRS}/FILE.remmina or ${XDG_DATA_HOME}/remmina/FILE.remmina :
35
36 Remmina profiles, the file name is autogenerated, but you can create man‐
37 ually your own files with the FILE name you prefer. It's possible to
38 specify a custom profile name and location.
39
41 -h, --help
42 Show help options
43
44 -a Show about dialog
45
46 -c, --connect=FILE
47 Connect directly either to a desktop using options described in a
48 file, or a supported URI (RDP, VNC, SSH or SPICE). The filetype
49 can be ".remmina" or one supported by a plugin capable of import‐
50 ing files
51
52 -e, --edit=FILE
53 Open and edit desktop connection using options described by file,
54 file type can be either .remmina or one supported by a file im‐
55 port capable plugin
56
57 -k, --kiosk
58 Start Remmina in kiosk mode (thin client)
59
60 -n, --new
61 Create a new connection profile
62
63 -p, --pref=TABINDEX
64 Show preferences dialog page
65
66 -x, --plugin=PLUGIN
67 Execute the plugin
68
69 -q, --quit
70 Quit the application
71
72 -s, --server=SERVER
73 Use default server name (for --new)
74
75 -t, --protocol=PROTOCOL
76 Use default protocol (for --new)
77
78 -i, --icon
79 Start as tray icon
80
81 -v, --version
82 Show the application's version
83
84 --update-profile
85 Modify connection profile, require also --set-option
86
87 --set-option OPTION[=VALUE]
88 Set one or more profile settings, to be used with --update-pro‐
89 file
90
91 --encrypt-password
92 Encrypt a password
93
94 --display=DISPLAY
95 X display to use
96
98 To connect using an exisitng connection profile use:
99 remmina -c FILE.remmina
100
101 To quick connect using a URI:
102 remmina -c rdp://username@server
103 remmina -c rdp://domain\\username@server
104 remmina -c vnc://username@server
105 remmina -c vnc://server?VncUsername=username
106 remmina -c ssh://user@server
107 remmina -c spice://server
108
109 To quick connect using a URI along with an encrypted password:
110 remmina -c rdp://username:encrypted-password@server
111 remmina -c vnc://username:encrypted-password@server
112 remmina -c vnc://server?VncUsername=username\&VncPassword=encrypted-password
113
114 To encrypt a password for use with a URI:
115 remmina --encrypt-password
116
117
118 To update username and password and set a different resolution mode of a
119 remmina connection profile use:
120 echo "ausername\napassword" | remmina --update-profile /PATH/TO/FOO.remmina --set-option username --set-option resolution_mode=2 --set-option password
121
123 remmina-file-wrapper(1)
124
126 Antenore Gatta <antenore at simbiosi dot org> and Giovanni Panozzo <gio‐
127 vanni at panozzo dot it>
128
129 See the THANKS file for a more detailed list.
130
131 Remmina was initially written by Vic Lee <llyzs@163.com>
132
133 This manual page was written by Antenore Gatta <antenore at simbiosi dot
134 org>.
135
137 This program is free software; you can redistribute it and/or modify it
138 under the terms of the GNU General Public License as published by the
139 Free Software Foundation; either version 2, or (at your option) any later
140 version.
141
142 December 5, 2021