# Connect to server (Linux)

Remmina Remote Desktop Client is an open source, free and powerful remote desktop sharing tool for Linux and Unix based system. It offers feature-rich useful tools for the administrator and travelers to have easy and smooth remote access.\
\
Open the terminal/command line on your linux based system. To install Remmina, use the following command lines for the operating system you are currently running.  <br>

```
// Debian/Ubuntu
$ sudo apt-get install remmina remmina-plugin-*
```

```
// CentOS/RHEL
# yum install remmina remmina-plugins-*
```

```
// Fedora 22+
$ sudo dnf copr enable hubbitus/remmina-next
$ sudo dnf upgrade --refresh 'remmina*' 'freerdp*'
```

We will be using Ubuntu as an example. \
If prompted for a password, enter in the password for the account.

<div align="left"><img src="/files/-Lvxq_1sDIuBQibKmMSG" alt=""></div>

After installed, you should be able to open the app via your system apps menu. \
Make sure to change the VNC option in the top left to "RDP" then click on the green plus arrow next to it.&#x20;

<div align="left"><img src="/files/-LvxsPwIdD02jGwAG4Fb" alt=""></div>

After clicking on the green plus with the RDP option to add a server, you will be prompted with a new window. After you are done, click save. \
\
Below are options you need to change/add.

```
Name: Anything you want to call the server
Protocol: RDP - Remote Desktop Protocol

Server: YOUR SERVER IP, can be found in ZestyServers Panel
    In the image below, we use "123.123.123.123"
Username: YOUR SERVER USERNAME can be found in ZestyServers Panel
    In the image below, we use "administrator"
Password: YOUR SERVER PASSWORD, can be found in ZestyServers Panel
```

<div align="left"><img src="/files/-LvxszW0Xta5_vmPP3i_" alt=""></div>

If prompted to accept a certificate, click Okay/Yes and then you will connect to the server.&#x20;

<div align="left"><img src="/files/-LvxubODdvzEdgNJgNw7" alt=""></div>

Finally, you are connected!&#x20;

<div align="left"><img src="/files/-LvxulRmbGP0Fr6kKUaK" alt=""></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-servers.zesty.group/connect/linux.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
