Enable Remote Access Through Teamviewer
Quick and dirty guide on how to install Teamviewer so you can remote into your mining rigs from anywhere.
sudo bash
mkdir /home/miner/teamviewer
cd /home/miner/teamviewer
wget https://download.teamviewer.com/download/linux/teamviewer-host_amd64.deb
dpkg -i teamviewer-host_amd64.deb
It will fail and that’s ok because we will fix it here
apt-get -f install
y
After it installs then run
teamviewer setup
Enter your teamviewer username (email@domain.com) and teamviewer password
You are now ready to go. Try connecting remotely.