On Ubuntu 24.04, Remmina closes while connecting to any server as RDP

24.04rdpremminaremote desktopserver

I'm using Ubuntu 24.04 LTS, When I try to connect with SFTP or SSH it is connecting but if I try to connect with RDP, It closes automatically.

I also have another issue, While saving the data for SSH, I couldn't enter all the data at once and save it, if I give all the data at once it just closes automatically. First I need to save with a name, then edit the saved record add the server, and then save it again, again editing to enter other data likewise it goes on

Best Answer

Check this solution:

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

This helped me

Related Question