Welcome to mirror list, hosted at ThFree Co, Russian Federation.

remmina.1 « src - gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f3b30af974febe19e0080645ca6d26d2e5a3cf9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
.Dd 2018-08-01
.Dt REMMINA 1
.Sh NAME
.Nm remmina
.Nd Remmina the GTK+ Remote Desktop Client
.Sh SYNOPSIS
.Nm
.Op Fl a|i|n|q|v
.Op Fl c Ar FILE
.Op Fl e Ar FILE
.Op Fl p Ar PAGENR
.Op Fl s Ar SERVER
.Op Fl t Ar PROTOCOL
.Op Fl x Ar PLUGIN
.Op Fl -update-profile
.Op Fl -set-option Ar OPTION[=VALUE]
.Op Fl -display Ar DISPLAY
.Sh DESCRIPTION
Remmina is a remote desktop client written in GTK+, aiming to be useful for system
administrators and travellers, who need to work with lots of remote computers
in front of either large monitors or tiny netbooks. Remmina supports multiple
network protocols in an integrated and consistent user interface.
Currently RDP, VNC, SSH, SPICE, NX, XDMCP, and WWW are supported.
.Lp
Remmina is released in separated source packages:
.Lp
    "remmina", the main GTK+ application
    "remmina-plugins", a set of plugins
.Lp
Remmina is free and open-source software, released under GNU GPL license.
.Sh FILES
\(Do\(lCXDG_CONFIG_DIRS\(rC/remmina.pref or \(Do\(lCXDG_CONFIG_HOME\(rC/remmina/remmina.pref :
.Lp
Remmina configuration files.
.Lp
At the first Remmina execution the system wide Remmina configuration files,
will be copied in the \(Do\(lCXDG_CONFIG_HOME\(rC
.Lp
\(Do\(lCXDG_DATA_DIRS\(rC/FILE.remmina or \(Do\(lCXDG_DATA_HOME\(rC/remmina/FILE.remmina :
.Lp
Remmina profiles, the file name is autogenerated, but you can create manually your
own files with the \fBFILE\fR name you prefer. It's possible to specify a custom profile name and location.
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl h, -help
Show help options
.It Fl a
Show about dialog
.It Fl c, -connect\fR=\fIFILE\fR
Directly connect to desktop using options described by file, file type can be either .remmina or one supported by a file import capable plugin
.It Fl e, -edit\fR=\fIFILE\fR
Open and edit desktop connection using options described by file, file type can be either .remmina or one supported by a file import capable plugin
.It Fl k, -kiosk\fR
Start Remmina in kiosk mode (thin client)
.It Fl n, -new\fR
Create a new connection profile
.It Fl p, -pref\fR=\fIPAGENR\fR
Show preferences dialog page
.It Fl x, -plugin\fR=\fIPLUGIN\fR
Execute the plugin
.It Fl q, -quit\fR
Quit the application
.It Fl s, -server\fR=\fISERVER\fR
Use default server name (for \fB\-\-new\fR)
.It Fl t, -protocol\fR=\fIPROTOCOL\fR
Use default protocol (for \fB\-\-new\fR)
.It Fl i, -icon\fR
Start as tray icon
.It Fl v, -version\fR
Show the application's version
.It --update-profile\fR
Modify connection profile, require also \-\-set\-option
.It --set-option \fIOPTION[=VALUE]\fR
Set one or more profile settings, to be used with \-\-update\-profile
.It --display\fR=\fIDISPLAY\fR
X display to use
.El
.Sh EXAMPLES
.Lp
To connect using an exisitng connection profile use:
.RS
.nf
\fBremmina -c FILE.remmina\fP
.fi
.RE
.Lp
To update username and password and set a different resolution mode of a remmina connection profile use:
.RS
.nf
\fBecho "ausername\\napassword" | remmina --update-profile /PATH/TO/FOO.remmina --set-option username --set-option resolution_mode=2 --set-option password\fP
.fi
.RS
.Lp
.Lp
.Sh SEE ALSO
.Xr remmina-file-wrapper 1
.Sh AUTHORS
Antenore Gatta <antenore at simbiosi dot org> and Giovanni Panozzo <giovanni at panozzo dot it>
.Lp
See the THANKS file for a more detailed list.
.Lp
Remmina was initially written by Vic Lee <llyzs@163.com>
.Lp
This manual page was written by Antenore Gatta <antenore at simbiosi dot org>.
.Lp
.Sh COPYRIGHT
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any
later version.