# How to connect to your VPS from any Linux/Debian Distro

First we have to install Remmina. To install Remmina in any Linux distribution, you can use your distribution's package manager.\ <br>

* Open the terminal on your Linux system.
* Update the package manager using the command that corresponds to your distribution:
* Debian, Ubuntu, and other Debian-based distributions: `sudo apt-get update`
* Fedora, CentOS, and other Red Hat-based distributions: `sudo dnf update`
* Arch Linux: `sudo pacman -Syu`

&#x20;

* Install Remmina using the package manager command that corresponds to your distribution:
* Debian, Ubuntu, and other Debian-based distributions: `sudo apt-get install remmina`<br>
* Fedora, CentOS, and other Red Hat-based distributions: `sudo dnf install remmina`
* Arch Linux: `sudo pacman -S remmina`\ <br>

Wait for the installation to complete. Once it's finished, you can launch Remmina by typing remmina in the terminal or by searching for it in your system's application menu.

Note that the package name and installation command may vary depending on the specific distribution and version you are using. Make sure to update your package manager before attempting to install Remmina to ensure that you are installing the latest version available in the repository.\
\
Click in the top left corner

![](https://www.fourseasonshosting.com/client/images/kb/4_IMG_20230304_121333.png)

1\) Choose a name for your server, for example, "MyServer".

2\) Open the Remote Desktop Client application on your local computer.

3\) Enter the IP address of your server, which can be found in the server section of the email we sent you.

4\) In the "User name" field, enter "administrator" if you purchased a Windows VPS, or "root" if you purchased a Linux VPS, as well as the password that was provided in the email.

5\) In the "Domain" field, enter the server's IP address again.

6\) Click "Save" to save the connection settings.

7\) Click "Connect" to establish a remote desktop connection to your server.

Note: Save and connect does the same thing as step 6 and 7, it's just saving and connects you instantly.

Once you've established a connection, you should be able to remotely manage your server as if you were sitting in front of it.

![](https://www.fourseasonshosting.com/client/images/kb/5_IMG_20230304_121456.jpg)


---

# 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.fourseasonshosting.com/docs/service-knowledge-base/virtual-private-servers/how-to-connect-to-your-vps-from-any-linux-debian-distro.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.
