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 PAGENR] [-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 Directly connect to desktop using options described by file, file
49 type can be either .remmina or one supported by a file import
50 capable plugin
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
55 import 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=PAGENR
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 --display=DISPLAY
92 X display to use
93
95 To connect using an exisitng connection profile use:
96 remmina -c FILE.remmina
97
98 To update username and password and set a different resolution mode of a
99 remmina connection profile use:
100 echo "ausername\napassword" | remmina --update-profile /PATH/TO/FOO.remmina --set-option username --set-option resolution_mode=2 --set-option password
101
103 remmina-file-wrapper(1)
104
106 Antenore Gatta <antenore at simbiosi dot org> and Giovanni Panozzo <gio‐
107 vanni at panozzo dot it>
108
109 See the THANKS file for a more detailed list.
110
111 Remmina was initially written by Vic Lee <llyzs@163.com>
112
113 This manual page was written by Antenore Gatta <antenore at simbiosi dot
114 org>.
115
117 This program is free software; you can redistribute it and/or modify it
118 under the terms of the GNU General Public License as published by the
119 Free Software Foundation; either version 2, or (at your option) any later
120 version.
121
122 May 10, 2020