What is the alternative for Teamviewer?

31,206

Solution 1

There is Teamviewer it-self.

Otherwise, there is Open-source alternative. Look at some client for RDP protocol, or VNC protocol.

Solution 2

Teamviewer works on Ubuntu too. download for the 32 bit version or the 64 bit version. So if you like that as remote desktop software you can still use it ;)

But if you really want an alternative I suggest to take a look at VNC. But the server side as the client side are easy to get working.

Solution 3

I'd try VNC as mentioned above or ScreenConnect.

Solution 4

You can install team viewer in Ubuntu too, i have Ubuntu 14.04 and running Teamviewer without wine......

sudo dpkg --add-architecture i386
sudo apt-get update
wget http://www.teamviewer.com/download/teamviewer_linux.deb
sudo dpkg -i teamviewer_linux.deb
sudo apt-get install -f

Solution 5

The official TeamViewer port for Ubuntu is a Wine wrapped program. It works as expected though, so you should try that!

Share:
31,206

Related videos on Youtube

Vikramjeet
Author by

Vikramjeet

Updated on September 18, 2022

Comments

  • Vikramjeet
    Vikramjeet over 1 year

    Is there any Ubuntu alternative for team-viewer software for Windows?

  • WitchCraft
    WitchCraft about 8 years
    Doesn't work on Debian 8.3 (dependency hell)...