CentOS 7.x teamviewer

From Notes_Wiki
Revision as of 05:35, 26 September 2019 by Saurabh (talk | contribs)

<yambe:breadcrumb self="Teamviewer">CentOS_7.x_Remote_access|Remote access</yambe:breadcrumb>

CentOS 7.x teamviewer

CentOS 7.x teamviewer not starting issue

If teamviewer is not starting (shows red color unable to connect at bottom) then try

   systemctl restart teamviewerd

This is important in case of laptops resumes after suspend where wifi connection is stopped and reconnected.


Teamviewer commercial use detected issue

To solve teamviewer commercial use detected issue on Linux use:

  1. Start teamviewer and note your ID
  2. systemctl stop teamviewerd
  3. Note ethernet MAC of primary interface using:
    ifconfig -a
  4. Change MAC using:
    ifconfig enp0s25 hw ether <new-MAC>
    Note that second last hexadecimal character in unicast (machine) MAC cannot be even (0, 2, ..., f, etc.).
  5. systemctl start teamviewerd
  6. Start teamviewer and note ID again. If steps are successful a new ID will be shown without commercial use detected issue.

Refer:



<yambe:breadcrumb self="Teamviewer">CentOS_7.x_Remote_access|Remote access</yambe:breadcrumb>