• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / Ubuntu / Install Remmina For Remote Desktop Screen Sharing In Linux Ubuntu

Install Remmina For Remote Desktop Screen Sharing In Linux Ubuntu

By Sourabh / June 5, 2023 Category: How To, Ubuntu

Here is how to install Remmina in Linux command line. Remmina is a desktop screen sharing tool in Linux to share folder between two Linux computers.

Installing Remmina – Method 1

sudo apt update -y
sudo apt-add-repository ppa:remmina-ppa-team/remmina-next
sudo apt update
sudo apt install remmina remmina-plugin-rdp remmina-plugin-secret

Installing Remmina – Method 2

sudo apt update -y
sudo apt install -y remmina remmina-plugin-rdp remmina-plugin-secret remmina-plugin-spice

NOTE: the above command will install the main remmina package and the rdp protocol for remote desktop connection, secret secure storage plugin for saving passwords and spice protocol for virtualized environments.

Installing Remmina – Method 3

Installing via flatpak:

sudo apt update -y
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathuba.flatpakrepo
flatpak install org.freedesktop.Platform
flatpak install org.freedesktop.Platform.openh264
flatpak install --user flathub org.remmina.Remmina
flatpak run --user org.remmina.Remmina

Installing Remmina – Method 4

For SSH agent

sudo apt update -y
flatpak run --filesystem=$SSH_AUTH_SOCK --env=SSH_AUTH_SOCK=$SSH_AUTH_SOCK org.remmina.Remmina

Once installed run the below remmina command to launch Remmina from the terminal:

remmina

Now let us learn how to connect to a remote machine via RDP on Remmina:

  1. Select RDP from the drop-down list of protocols.
  2. Here you will have to specify the remote machine’s IP address or hostname. Once you have entered the correct details, press enter to connect with the specified remote machine.
  3. Next on-screen message, select Yes to trust the digital certificate which authenticates and establishes a secure connection.
  4. Now provide the remote machine’s Username and Password, and click OK.

That’s it, you will get access to the remote machine via Remmina.

Primary Sidebar

Latest Posts

How To Check User Permissions In Linux Using Command

Check Which Folder Is Taking More Space In Ubuntu Linux

How to Install Claude Desktop App in Ubuntu Linux

Job Scheduling Using At Command In Linux With Examples

How To Check Permissions Of A Directory In Linux Command

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap