14

I installed teamviewer from terminal by following this guideline ; link

But if I run teamviewer --info (with sudo or not) it shows

 TeamViewer                      9.0.32150

teamviewerd status teamviewerd start/running, process 2639

TeamViewer ID:
Try restarting the TeamViewer daemon (e.g. teamviewer --daemon restart)

As the warning suggests I restarted teamviewer but the problem is still exist.

Do you have any idea about this?

erogol
  • 433

2 Answers2

14

Try setting your password first. teamviewer --passwd newPassword. I encountered the same issue, it wasn't until after I set a password that teamviewer -info showed me an ID. Perhaps it was coincidence.

Nathan
  • 261
0

This issue might be due to several reason. Please check the log for further information using the below command

grep -o "id=[0-9]*" /var/log/teamviewer/TeamViewer8_Logfile.log

If you are having any permission issue, then just execute the below command

grep -Ro "id=[0-9]*" /var/log/teamviewer/TeamViewer8_Logfile.log
BDRSuite
  • 6,378