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