Is there any Ubuntu alternative for team-viewer software for Windows?
Asked
Active
Viewed 3.3k times
11
-
and this one http://askubuntu.com/questions/7446/how-do-i-set-up-remote-desktop – Tachyons Apr 07 '12 at 07:21
-
Yeah Teamviewer Works,JusT Checked – DarKoza Apr 11 '12 at 15:48
-
you can also use webbased software like logmein – Rinzwind Sep 18 '13 at 14:04
-
You could use Remmina (it may need some improvements to become as simple to use as TV), see: https://softwarerecs.stackexchange.com/q/43686/32856 – mYnDstrEAm Sep 17 '21 at 21:16
5 Answers
9
There is Teamviewer it-self.
Otherwise, there is Open-source alternative. Look at some client for RDP protocol, or VNC protocol.

Pablo Bianchi
- 15,657

Bahaïka
- 935
4
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.

Rinzwind
- 299,756
2
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

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

Eduard
- 483