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

index.html « docs - gitlab.com/Remmina/remminadoc.gitlab.io.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 033383f8f74fa6e8d8f14f7bec127a453019c8cb (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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Remmina - The GTK+ Remote Desktop Client: Main Page</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectlogo"><img alt="Logo" src="remmina.svg"/></td>
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">Remmina - The GTK+ Remote Desktop Client
   &#160;<span id="projectnumber">1.2.0</span>
   </div>
   <div id="projectbrief">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, NX, XDMCP and SSH are supported.</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('index.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="header">
  <div class="headertitle">
<div class="title">Remmina - The GTK+ Remote Desktop Client Documentation</div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p><a href="https://travis-ci.org/FreeRDP/Remmina"></a> <a href="https://www.bountysource.com/teams/remmina"></a> <a href="https://www.codetriage.com/freerdp/remmina"></a></p>
<h1>Remmina: The GTK+ Remote Desktop Client</h1>
<p>Initially developed by <a href="https://github.com/llyzs">Vic Lee</a></p>
<h2>Description</h2>
<p><b>Remmina</b> 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, SPICE, NX, XDMCP and SSH are supported.</p>
<p>Remmina is released in separated source packages:</p><ul>
<li>"remmina", the main GTK+ application</li>
<li>"remmina-plugins", a set of plugins</li>
</ul>
<p>Remmina is free and open-source software, released under GNU GPL license.</p>
<h2>Installation</h2>
<h3>Binary distributions</h3>
<p>Usually remmina is included in your linux distribution or in an external repository. Do not ask for distribution packages or precompiled binaries here. This is a development site.</p>
<h3>Debian</h3>
<p>Remmina is not available on the default Debian 9 (Stretch) repositories. It can be installed from the Backports repository.</p>
<p>The <a href="https://backports.debian.org/Instructions/">Debian Backports</a> repository must be enabled to install it, see <a href="https://www.remmina.org/wp/debian-the-boys-are-backport-in-town/">this blog post</a> for more information.</p>
<p>To install Remmina from Debian Backports, just copy and paste the following lines on a terminal window:</p>
<div class="fragment"><div class="line">echo &#39;deb http://ftp.debian.org/debian stretch-backports main&#39; | sudo tee --append /etc/apt/sources.list.d/stretch-backports.list &gt;&gt; /dev/null</div><div class="line">sudo apt update</div><div class="line">sudo apt install -t stretch-backports remmina remmina-plugin-rdp remmina-plugin-gnome libfreerdp-plugins-standard</div></div><!-- fragment --><h3>Ubuntu</h3>
<h4>Using Snap Package (also for other <a href="https://snapcraft.io/docs/core/install">supported distros</a>)</h4>
<p>You can install the last release from the Ubuntu Software center, looking for <code>remmina</code>, otherwise you can install it from terminal with:</p>
<div class="fragment"><div class="line">sudo snap install remmina</div></div><!-- fragment --><p>If you want to install latest git revision of remmina, you can use it from the <code>edge</code> channel:</p>
<div class="fragment"><div class="line">sudo snap install remmina  --edge</div></div><!-- fragment --><p>Or update the current installed version with the selected channel:</p>
<div class="fragment"><div class="line">sudo snap refresh remmina --channel=edge # use --channel=stable otherwise</div></div><!-- fragment --><p>To enable some advanced features such as <code>mount-control</code> (to manage mount positions), <code>avahi-observer</code> (to automatically look for local servers to connect to), <code>cups-control</code> (to manage printing), <code>password-manager-service</code> (to use gnome-keyring) you should run something like:</p>
<div class="fragment"><div class="line">sudo snap connect remmina:avahi-observe :avahi-observe # servers discovery</div><div class="line">sudo snap connect remmina:cups-control :cups-control # printing</div><div class="line">sudo snap connect remmina:mount-observe :mount-observe # mount management</div><div class="line">sudo snap connect remmina:password-manager-service :password-manager-service # gnome-keyring</div></div><!-- fragment --><p>Snap packages will be updated automatically and will include both latest <code>FreeRDP</code> git and latest <code>libssh 0.7</code> release (for better security).</p>
<h4>From PPA</h4>
<p><a href="https://launchpad.net/~remmina-ppa-team/+archive/ubuntu/remmina-next">Ubuntu ppa:remmina-ppa-team/remmina-next</a></p>
<p>To install it, just copy and paste the following three lines on a terminal window </p><div class="fragment"><div class="line">sudo apt-add-repository ppa:remmina-ppa-team/remmina-next</div><div class="line">sudo apt-get update</div><div class="line">sudo apt-get install remmina remmina-plugin-rdp libfreerdp-plugins-standard</div></div><!-- fragment --><p> By default the RDP, SSH and SFTP plugins are installed. You can view a list of available plugins with <code>apt-cache search remmina-plugin</code></p>
<p>If you want to connect to more securely configured SSH servers on Ubuntu 16.04 and below, you have to upgrade libssh to 0.7.X. This can be achieved by adding the following PPA containing libssh 0.7.X by David Kedves and upgrading your packages: </p><div class="fragment"><div class="line">sudo add-apt-repository ppa:kedazo/libssh-0.7.x</div><div class="line">sudo apt-get update</div></div><!-- fragment --><h3>Fedora</h3>
<p><a href="https://github.com/Hubbitus">Hubbitus</a> (Pavel Alexeev) provided us a copr, to install just execute as root:</p>
<div class="fragment"><div class="line">dnf copr enable hubbitus/remmina-next</div><div class="line">dnf upgrade --refresh &#39;remmina*&#39; &#39;freerdp*&#39;</div></div><!-- fragment --><h3>Arch Linux based</h3>
<p>Install <a href="https://aur.archlinux.org/packages/remmina-git">remmina-git</a> from <a href="https://aur.archlinux.org/">AUR</a></p>
<p>There are also some external, not supported plugins provided by <a href="https://github.com/muflone">Muflone</a> :</p>
<ul>
<li><a href="https://aur.archlinux.org/packages/remmina-plugin-exec/">remmina-plugin-exec</a> A protocol plugin for Remmina to execute an external process.</li>
<li><a href="https://aur.archlinux.org/packages/remmina-plugin-folder/">remmina-plugin-folder</a> A protocol plugin for Remmina to open a folder.</li>
<li><a href="https://aur.archlinux.org/packages/remmina-plugin-open/">remmina-plugin-open</a> A protocol plugin for Remmina to open a document with its associated application.</li>
<li><a href="https://aur.archlinux.org/packages/remmina-plugin-rdesktop/">remmina-plugin-rdesktop</a> A protocol plugin for Remmina to open a RDP connection with rdesktop.</li>
<li><a href="https://aur.archlinux.org/packages/remmina-plugin-teamviewer/">remmina-plugin-teamviewer</a> A protocol plugin for Remmina to launch a TeamViewer connection.</li>
<li><a href="https://aur.archlinux.org/packages/remmina-plugin-ultravnc/">remmina-plugin-ultravnc</a> A protocol plugin for Remmina to connect via VNC using UltraVNC viewer.</li>
<li><a href="https://aur.archlinux.org/packages/remmina-plugin-url/">remmina-plugin-url</a> A protocol plugin for Remmina to open an URL in an external browser.</li>
<li><a href="https://aur.archlinux.org/packages/remmina-plugin-webkit/">remmina-plugin-webkit</a> A protocol plugin for Remmina to launch a GTK+ Webkit browser.</li>
</ul>
<h3>From the source code</h3>
<p>Follow the guides available on the wiki:</p><ul>
<li><a href="https://github.com/FreeRDP/Remmina/wiki">Wiki and compilation instructions</a></li>
</ul>
<h2>Usage</h2>
<p>Just select Remmina from your application menu or execute remmina from the command line</p>
<p>Remmina support also the following options:</p>
<div class="fragment"><div class="line">-a, --about                 Show about dialog</div><div class="line">-c, --connect=FILE          Connect to a .remmina file</div><div class="line">-e, --edit=FILE             Edit a .remmina file</div><div class="line">-n, --new                   Create a new connection profile</div><div class="line">-p, --pref=PAGENR           Show preferences dialog page</div><div class="line">-x, --plugin=PLUGIN         Execute the plugin</div><div class="line">-q, --quit                  Quit the application</div><div class="line">-s, --server=SERVER         Use default server name</div><div class="line">-t, --protocol=PROTOCOL     Use default protocol</div><div class="line">-i, --icon                  Start as tray icon</div><div class="line">-v, --version               Show the application&#39;s version</div><div class="line">-V, --full-version          Show the application&#39;s version, including the pulgin versions</div><div class="line">--display=DISPLAY           X display to use</div></div><!-- fragment --><h2>Configuration</h2>
<p>You can configure everything from the graphical interface or editing by hand the files under $HOME/.remmina or $HOME/.config/remmina</p>
<h2>Contributing</h2>
<p>See https://raw.githubusercontent.com/FreeRDP/Remmina/next/CONTRIBUTING.md "CONTRIBUTING.md" for a better overview.</p>
<p>If you want to contribute with code:</p>
<ol type="1">
<li><a href="https://github.com/FreeRDP/Remmina#fork-destination-box">Fork it</a></li>
<li>Create your feature branch (<code>git checkout -b my-new-feature</code>)</li>
<li>Commit your changes (<code>git commit -am 'Add some feature'</code>)</li>
<li>Push to the branch (<code>git push origin my-new-feature</code>)</li>
<li>Create new Pull Request</li>
</ol>
<p>If you want to contribute in other ways, drop us an email using the form provided in our web site.</p>
<h3>Donations</h3>
<p>If you rather prefer to contribute to Remmina with money you are more than welcome.</p>
<p>For more informations See the <a href="http://remmina.org/wp/donations">Remmina web site donation page</a>.</p>
<p>See the https://raw.githubusercontent.com/FreeRDP/Remmina/next/THANKS.md "THANKS.md" file for an exhaustive list of supporters.</p>
<h4>Paypal</h4>
<p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=ZBD87JG52PTZC"></a></p>
<h4>Bitcoin</h4>
<p>[</p><div class="image">
<img src="http://www.remmina.org/wp/wp-content/uploads/2016/06/bitcoin_1298H2vaxcbDQRuR-e1465504491655.png" alt="bitcoin"/>
</div>
<p>](bitcoin:1298H2vaxcbDQRuRYkDjfFbvGEgxE1CNjk?label=Remmina%20Donation)</p>
<p>If clicking on the line above does not work, use this payment info:</p>
<ul>
<li>Remmina bitcoin address: 1298H2vaxcbDQRuRYkDjfFbvGEgxE1CNjk</li>
<li>Message: Remmina Donation</li>
</ul>
<h2>Authors</h2>
<p>Remmina is maintained by:</p>
<ul>
<li><a href="https://github.com/antenore">Antenore Gatta</a></li>
<li><a href="https://github.com/giox069">Giovanni Panozzo</a></li>
<li><a href="https://github.com/ic3d">Dario Cavedon</a></li>
</ul>
<p>See the <a href="https://raw.githubusercontent.com/FreeRDP/Remmina/next/AUTHORS">AUTHORS</a> for an exhaustive list. If you are not listed and you have contributed, feel free to update that file.</p>
<h2>Resources</h2>
<ul>
<li><a href="https://github.com/FreeRDP/Remmina/wiki">Wiki and compilation instructions</a></li>
<li><a href="https://plus.google.com/communities/106276095923371962010">G+ Remmina community</a></li>
<li><a href="http://www.remmina.org">Website</a></li>
<li>IRC we are on freenode.net , in the channel #remmina, you can also use a <a href="https://webchat.freenode.net/">web client</a> in case</li>
</ul>
<h2>License</h2>
<p>Licensed under the <a href="http://www.opensource.org/licenses/GPL-2.0">GPLv2</a> license </p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="footer">Generated by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
  </ul>
</div>
</body>
</html>