ZestyServers Docs
StoreZesty ToolsProxy GuidesService Status
  • 👋Welcome
  • 🔧ZestyTools
    • ZestyTool
    • Proxy Tester
    • Zesty + CF VPN
  • 🍋Setting up your server
  • 🤞Need help choosing?
  • 📋Table of Contents
  • 📡Connecting
    • Connect to server (Windows)
    • Connect to server (macOS X)
    • Connect to server (Royal TS)
    • Connect to server (iOS)
    • Connect to server (Android)
    • Connect to server (Linux)
    • RDP Relay / Accelerator
  • 🔒Security
    • RDP Security, why?
    • RDPHelper
      • Setup 2FA (TOTP)
      • Whitelist IP Address
      • Blacklist IP Address
      • Change Password
      • Change RDP Port
    • How to change your RDP Port
      • RDP Change - ZestyTool
      • RDP Change - Manually
    • How to enable brute force prevention
    • How to setup DUO 2FA on RDP
    • How to change Windows password?
  • đŸ•šī¸Basics
    • How do I restart my server?
    • How do I update my server?
    • How to change RDP resolution
    • How to use BP Proxy Switcher
    • Is Discord on a server safe?
    • How to setup a proxy on a server
    • Things to check on before drops
  • 👨‍đŸ’ģSoftware
    • How to install Microsoft Edge
    • How to install NodeJS
    • How to install Java
    • How to install .NET 4.8+
  • đŸ“ĻOrders FAQ
    • Order Fulfilment
    • Can I have a refund?
    • How does billing work?
    • Apply discount code after order?
    • Which Crypto Currency do we accept?
    • What do I do if I missed a payment?
  • ⚡Troubleshooting
    • Troubleshooting Guide
    • How to change display colors on Windows RDP
    • How to turn down interpolation on MacOS Remote Desktop
    • How to change DNS servers
      • Change DNS - Windows
      • Change DNS - macOS X
    • How to check when the Windows server crashed?
  • ❓Server Questions
    • Why does it say my server is located elsewhere?
    • What comes installed on the server?
    • What kind of speeds should I be seeing?
    • Should I update my server when I get it?
Powered by GitBook
On this page
  1. Connecting

Connect to server (Linux)

How to remote into a server using Remmina in Linux. Includes Debian, Ubuntu, CentOS/RHEL, & Fedora.

PreviousConnect to server (Android)NextRDP Relay / Accelerator

Last updated 3 years ago

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.

// 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.

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.

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

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

Finally, you are connected!

📡