• Home
  • Releases
  • Submit Vuln
  • Press
  • About
  • PGP
  • Contact
    • Contact
    • Submit Vuln
    • VDP
  • Tutorials
    • All Posts
    • Photoshop on Linux
    • macOS on Linux
  • Supporters
  • Projects
  • Training
Sick Codes - Security Research, Hardware & Software Hacking, Consulting, Linux, IoT, Cloud, Embedded, Arch, Tweaks & Tips!
  • Home
  • Releases
  • Submit Vuln
  • Press
  • About
  • PGP
  • Contact
    • Contact
    • Submit Vuln
    • VDP
  • Tutorials
    • All Posts
    • Photoshop on Linux
    • macOS on Linux
  • Supporters
  • Projects
  • Training
No Result
View All Result
Sick Codes - Security Research, Hardware & Software Hacking, Consulting, Linux, IoT, Cloud, Embedded, Arch, Tweaks & Tips!
  • Home
  • Releases
  • Submit Vuln
  • Press
  • About
  • PGP
  • Contact
    • Contact
    • Submit Vuln
    • VDP
  • Tutorials
    • All Posts
    • Photoshop on Linux
    • macOS on Linux
  • Supporters
  • Projects
  • Training
No Result
View All Result
Sick Codes - Security Research, Hardware & Software Hacking, Consulting, Linux, IoT, Cloud, Embedded, Arch, Tweaks & Tips!
No Result
View All Result
Home Tutorials

How To Run Teamviewer 15 PERFECTLY on Arch/Manjaro/Debian/Ubutnu

by Sick Codes
June 3, 2020 - Updated on June 24, 2020
in Tutorials
2

One word: Docker (+ X11)!

Recently released Dockerfile by Tukiyo runs flawlessly using Docker, on any OS.

https://github.com/tukiyo/docker-teamviewer15

docker run -it -v /tmp/.X11-unix:/tmp/.X11-unix tukiyo3/teamviewer15

Just in case his work doesn’t stay on Github forever, here is a copy of Tukiyo’s Dockerfile

FROM ubuntu:20.04
MAINTAINER tukiyo3 

# install Teamviewer 15
RUN apt update \
    && apt install --no-install-recommends -y sudo busybox \
    && busybox --install \
    && wget "https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.5.3_amd64.deb" \
    && dpkg -i teamviewer_15.5.3_amd64.deb || apt install -y -f --no-install-recommends \
    && rm -f teamviewer_15.5.3_amd64.deb \
    && apt clean \
    && rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/*

# teamviewer daemon
RUN echo "docker ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers.d/nopasswd \
 && echo "Set disable_coredump false" >> /etc/sudo.conf

# Teamviewer 
RUN adduser --disabled-password --gecos sudo docker

ENV DISPLAY :0.0
ENV USER docker
USER docker
VOLUME ["/tmp/.X11-unix"]
CMD sudo /usr/bin/teamviewer --daemon start && /usr/bin/teamviewer
Next Post
move ssd from old to new

How to Move Linux OS from old NVMe to new NVMe drive.

Arch Linux Rasbperry Pi

How to Install Arch Linux ARM on Raspberry Pi 4 (and 3b+) (and also install XFCE!)

Python: Pandas.to_sql INSERT IGNORE the correct way (sqlalchemy)

Comments 2

  1. Anonymous says:
    4 years ago

    It is not working..
    same problem as described here

    https://community.teamviewer.com/English/discussion/48986/teamviewer-14-in-debian-9-docker-container

    Reply
    • admin says:
      4 years ago

      Teamviewer sucks on Linux now. I use Anydesk.

      Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

No Result
View All Result
  • Home
  • Releases
  • Submit Vuln
  • Press
  • About
  • PGP
  • Contact
    • Contact
    • Submit Vuln
    • VDP
  • Tutorials
    • All Posts
    • Photoshop on Linux
    • macOS on Linux
  • Supporters
  • Projects
  • Training

© 2017-2021 Sick.Codes

@sickcodes

@sickcodes

@sickcodes

Discord Server

sickcodes.slack.com

t.me/sickcodeschat

./contact_form