Four Seasons Hosting
Client Portal Server StatusDiscord
  • Overview
  • FAQ
    • 🖥️VPS Hosting
    • 🎮Game Server
    • 🌐Web Hosting
    • 💰Billing
    • ❓General Questions
    • 🖥️Dedicated Server
    • Server Hardware
  • Panel Knowledge Base
    • 💼Client Area
      • Discord Linking
      • How to pay with Cashapp
      • 🤑Affiliate Program
      • How to Cancel A Service
      • How to upgrade/downgrade your service
    • 🎮Game Server Panel
      • Staff Request
      • Minecraft Features
      • How to change the game?
      • How to reset your Game Panel Password
      • Creating A Schedule
      • Your Server Node
      • Uploading Files Via SFTP
      • Adding Dev/ Sub Users
      • Subdomain
      • Server Importer
  • Service Knowledge Base
    • 🕸️Web Hosting
      • Common Website Errors
      • Four Seasons Name Servers (DNS)
    • ☁️Virtual Private Servers
      • Creating Your VPS
      • Logging into your VPS (Windows)
      • Developers and your VPS
      • How to connect to your VPS from any Linux/Debian Distro
      • Opening Ports on a VPS
      • Resetting your VPS Password
      • SSH Client Setup
      • Change Window Server Password (Locked Out)
    • 💲Reseller
    • 🖥️Dedicated Servers
      • Managing Your Server
      • Creating Backups
  • Game Knowledge Base
    • Ark
      • ARK: SA GameUserSettings.ini
      • ARK: SA Game.ini
      • ARK: SA Command /Server Startline
      • ARK: Survival Ascended VPS Set Up
    • 🚘FiveM
      • Set up a FiveM Server on a VPS
    • 🧊Minecraft
      • How much ram do I need for my Minecraft server?
      • Helpful Info!
        • What is the difference between Spigot, Paper, and PurPur?
        • Using .sh to start your server
        • How to Install Datapacks to your server?
      • Plugins
        • Bluemap
        • Chunky
        • Dynmap
        • Simple Voice Chat
      • Managing your Server
        • How to set a custom seed on your Minecraft Server
        • How to Set a Custom Minecraft Server Icon
        • Changing Your Version
        • Add Add-ons to your Bedrock Server!
        • Running Version 1.17 or below
        • Using Chunker to Convert Minecraft Worlds Across Editions
        • How to Optimize Your Server
        • How To Enable/Disable/Manage Your Whitelist/Allowlist?
      • Common Issues
        • Server Connection Timed Out
        • Exception Server Tick Loop
        • Failed to check session lock
        • How to Fix: Authentication servers are down. Please try again later
      • Reducing Lag
        • Reduce Lag on FabricMC server!
        • Reduce Lag on ForgeMC server!
    • 🐣Palworld
      • How to direct connect to your Palworld Server
    • Soul Mask
      • Soul Mask How-to's
        • How to change the game mode on your Soulmask Server
        • How to Update Your Soulmask Server
        • How to Change Soulmask Server Settings
      • Admin Commands Guide
    • 🪨Rust
    • Sons of the Forest
      • Configuring custom settings on your Sons of the Forest server
      • Setting up a Sons of the Forest server
    • Valheim
      • How to Add Mods to Your Valheim Server
      • How to fix Valheim server saying "missing world"
      • How to add admins on your Valheim server
      • Updating your Valheim Server
      • Debugging basic errors on your Valheim server
    • V Rising
      • How to Configure V Rising Server Settings
    • Arma Reforger
      • Server Requirements
      • Complete config.json guide
Powered by GitBook
On this page

Was this helpful?

  1. Service Knowledge Base
  2. Virtual Private Servers

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

Last updated 6 months ago

Was this helpful?

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

  • 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

  • Install Remmina using the package manager command that corresponds to your distribution:

  • Debian, Ubuntu, and other Debian-based distributions: sudo apt-get install remmina

  • Fedora, CentOS, and other Red Hat-based distributions: sudo dnf install remmina

  • Arch Linux: sudo pacman -S remmina

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

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.

☁️