Skip to content

Instantly share code, notes, and snippets.

@zentala
Last active November 28, 2023 05:57
Show Gist options
  • Save zentala/b560a57dfa018a33e230e726ad19318e to your computer and use it in GitHub Desktop.
Save zentala/b560a57dfa018a33e230e726ad19318e to your computer and use it in GitHub Desktop.
TeamViewer in console (CLI), without GUI

Use TeamViewer without GUI, in pure console mode. That may be helpfull if you need to get easy access to a remote Linux server, that is located behind NAT.

$ cd ~/Downloads/ 
$ wget https://download.teamviewer.com/download/linux/teamviewer_i386.deb 
$ sudo dpkg -i teamviewer_i386.deb 
$ teamviewer help # list of commands, but not all of them, I don't know why 
$ teamviewer info # check TV daemon status and get TV ID $ sudo teamviewer passwd [password] # set new password

Additionally u can save space installing TeamViewer Host only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment