DEV Community

Cover image for Install Remmina on MacOS Sonoma
Türker TUNALI ⚡
Türker TUNALI ⚡

Posted on

Install Remmina on MacOS Sonoma

When you need to connect to multiple servers time to time via ssh, Remmina is by far the easiest solution. You can RDP, SSH, VNC to your server with just one click.

Although Remmina is super easy way to connect your servers, installing it on Mac OS requires a little bit effort. Here is my solution to install Remmina on MacOS Sonoma.

Image description

  • Open the "terminal" app and in the "Downloads" folder install it by brew install remmina.rb

PS: It may throw some exceptions at first try, but you can install required packages via same command.

To start the Remmina application on your MacOS, you can type remmina in the terminal.

Image description

Click the plus icon on the left upper side to setup SSH (Or VNC, RDP) connection to your server on your MacOS.

Image description

Then in the main screen you can connect to your server via SSH with just one click on your MacOS.

Image description

PS: This method installs Remmina 1.4.30. If you want to install the latest version follow this guide.

  • Open "remmina.rb" file and make 2 changes.
  • "url" part should be: url "https://gitlab.com/Remmina/Remmina/-/archive/v.1.4.33/Remmina-v.1.4.33.tar.bz2"
  • "sha256" part should be: sha256 "129d73dcfd597aa7ba3bd23c7f15d6174718ca981983cfe2c565cfcf150b1c22"

This will update your current remmina installation 🎊

Top comments (0)