There is a question on how to start, Teamviewer from commandline, to make outward connections, however I want to start the Teamviewer from commandline (So it can accept incoming connections).
Is this possible? If so, can anyone give some information? I have not found it anywhere on Teamviewers support site, and have tried different ways so far.
NB: OS is OS X 10.6.8, and TeamViewer is TV8.
thanks
Try directly typing in: /Applications/TeamViewer\ 8/TeamViewer.app/Contents/MacOS/TeamViewer, of course you need to adjust whatever suitable on your Mac, just to specify the location of TeamViewer.
Command line support for linux is added to teamviewer in version 11. In headless systems, you can setup teamviewer and control them.
Running
teamviewer --help
on the command line in linux provides the followingRunning
teamviewer
will launch what you describe as the setup interface. You need the daemon related commands. A running teamviewer daemon will "listen" for incoming connections.You can run the daemon on an ad hoc basis using the
teamviewer --daemon start
andteamviewer --daemon stop
commands orteamviewer --daemon enable
set the daemon to run at start up of the OS every time you boot.I assume it will be similar if not the same for OS X.
Some procceses are not correctly restarted after restart the daemon, in ubuntu 14.04 I kill the proccesses before restarting teamviewer:
Try something like:
The way to do this is to use SSH and write this command: open /Applications/TeamViewer.app
As said on http://steronius.blogspot.com/2014/02/replacing-logmein-with-teamviewer-on.html:
Then, to get your TeamViewer ID do:
Just tested this on OS X Lion.