Ubuntu-Server
Remmina Remote Desktop Client

Procedural Manual: Setting Up Remmina as a Systemd Service

Overview of Remmina

Remmina is a powerful and versatile remote desktop client for Linux, supporting various protocols like RDP (Remote Desktop Protocol), VNC (Virtual Network Computing), SSH, SPICE, and X2Go. It is designed for system administrators and users who need to connect to remote machines efficiently.


Part 1: Installing Remmina

  1. Update Your System Before installing any package, ensure your system is up-to-date:

    sudo apt update && sudo apt upgrade -y
  2. Install Remmina For Ubuntu-based systems, install Remmina and its plugins using:

    sudo apt install remmina remmina-plugin-rdp remmina-plugin-vnc -y

    For Fedora, use:

    sudo dnf install remmina remmina-plugins-all -y

    For Arch-based systems, use:

    sudo pacman -S remmina
  3. Verify the Installation Check if Remmina is installed by running:

    remmina --version

    You should see the installed version number.