HopToDesk is a free and open source remote desktop software for Linux, Windows, MacOS, iOS and Android. Using this application you can easily access remote devices securely with end-to-end encryption. It comes with file transfer, live chat, device dashboard, screen sharing, direct IP access, IP whitelisting and SOCKS5 proxy connections support.
Install HopToDesk on Ubuntu
You can install HopToDesk on your system via native .deb, portable .AppImage and flatpak. Download the latest HopToDesk in . deb file format from the above download link and save it on your Downloads folder. Now open the terminal app (ctrl+alt+t) and run below HopToDesk apt install command.
sudo apt install ./Downloads/hoptodesk.deb
Note: Here “hoptodesk.deb” is the downloaded file name. You can change above command based on file name and path.
After the installation you can open it using below command or via Show Apps Ubuntu menu.
hoptodesk
Install HopToDesk via AppImage:
Download the latest HopToDesk in portable .AppImage file format from the above download link and save it on your Downloads folder. In terminal, run below commands one by one.
cd Downloads
sudo chmod +x ~ hoptodesk.AppImage
./hoptodesk.AppImage
Install HopToDesk via Flatpak:
You can also install HopToDesk via below flatpak install command.
flatpak install flathub com.hoptodesk.HopToDesk
And open it using below command.
flatpak run com.hoptodesk.HopToDesk