Teamviewer Host on Raspberry

I have an Raspberry Pi 3 with Raspbian OS and installed Teamviewer Host application for unattended access. Due to recent cyberattackes, our netproviders blocked some ports (Port: 443). After that I am unable to access that device. If it uses Port:443, is it possible to change the Port from 443 to 80 or 8080, so that I can access.

Comments

  • DanielStm
    DanielStm Posts: 224 Staff member 🤠

    Hi VNMurthy,

    usually, TeamViewer detects connection problems and tries other ports. You can try to enforce using Port 80 like this:

    teamviewer daemon stop
    echo '[int32] ConnectionProtocol = 3' >> /opt/teamviewer/config/global.conf
    teamviewer daemon start

    Good luck :smileyhappy:

    Linux Developer