View Categories

Installing AnyDesk in Saleculator

< 1 min read

AnyDesk can be used to access Saleculator for remote support

Go to Saleculator command shell and execute below commands:

# apt-get install gnupg
# wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | apt-key add -
# echo "deb http://deb.anydesk.com/ all main" > /etc/apt/sources.list.d/anydesk-stable.list
# apt-get update
# apt install anydesk
# apt-get install -f
# apt-get install anydesk

Set below lines in Saleculator.properties file

Script.remote=anydesk
Script.CMD1=xterm

If you are getting error like “desk_rt_ipc_error” or “anynet_closed” or “Please do not start AnyDesk as root user”, use any older version of the anydesk. AnyDesk older version are available from: https://download.anydesk.com/linux And install using dpkg -i command, like below Example. Try multiple versions till you get one working.

# apt-get remove anydesk
# wget https://download.anydesk.com/linux/deb/anydesk_5.0.0-1_i386.deb
# dpkg -i anydesk_5.0.0-1_i386.deb
# apt-get install -f

0 Comments

Leave a Reply

Arrow-up