Unattended Access Installation for Linux

Unattended Access Installation for Linux

Configure a Linux computer for unattended access by installing the unattended access installer. Once you complete the configuration process you can view, access and troubleshoot the computer remotely.

For Linux OS versions Ubuntu and Debian, the installation can be completed by running the downloaded file. However to complete the installation in Linux OS versions Fedora, Centos, and Red hat, follow the procedure given below.

To download the unattended access installer in Zoho Assist:

  1. Login to Zoho Assist
  2. Navigate to the Unattended Access tab at the top, or navigate to Settings and choose Deployment under Unattended Access.
  3. Click on Download Installer on the right side.
  4. Choose Linux Installer to download the unattended access installer for Linux.
  5. Once the download is complete, run the file or use the steps below to install the unattended access installer.

To install the unattended access installer in Fedora, Centos, and Red hat:

  1. Extract the downloaded file zohoassist-1.0.0.1-1.*.zip.
  2. Open the terminal.
  3. Use the command "cd ~/Downloads/zohoassist-1.0.0.1-1.*" to switch to downloads directory.
  4. Execute the command "chmod +x install.bin" to grant permissions to make the file Install.bin runnable.
  5. Execute the command "sudo (PWD)/install.bin" to run the application using sudo.
  6. Once the application is successfully installed, you will be notified with the prompt "Application installed successfully".
  7. Restart the computer to see the Zoho Assist icon in the system tray

Note: If you are facing dependency issues, please refer 'How to install libappindicator - GTK3?' given below to install the libappindicator - GTK3.

How to install the libappindicator - GTK3:

  1. Install the libappindicator by executing the command "sudo yum install libappindicator-gtk3".
  2. How ever if you are using openSUSE, please download "libappindicator-gtk3-12.10.0-11.el7.x86_64.rpm" package from "https://centos.pkgs.org/7/epel-x86_64/libappindicator-gtk3-12.10.0-11.el..." . Install the package using the command - zapper in /libappindicator-gtk3-12.10.0-11.el7.x86_64.rpm.

    • Related Articles

    • Unattended Access

      Unattended Access helps you access remote computers even without the presence of the customer at the remote end. You can access both Windows and Mac computers. You can view, manage, control and even troubleshoot the remote computer anytime once a ...
    • Unattended Access Installation for Raspberry Pi

      Install the unattended access installer to configure a Raspberry Pi for unattended access. Once the configuration is complete, you can remotely view, access, and troubleshoot the Raspberry Pi device. To download the unattended access installer in ...
    • Unattended Access for Windows and Mac

      Install the unattended access installer to configure a device running Windows or MacOS for unattended access. Once the device is configured for unattended access, you can access and troubleshoot the device remotely. To download the unattended access ...
    • WorkDrive Sync - Installation Guide

      Overview Zoho WorkDrive app for desktop lets you sync files in Zoho WorkDrive web to your computer, and vice versa. With the help of the desktop app, you can work on your files offline which will get updated to Zoho WorkDrive as soon as you go ...
    • Installation - PHP SDK

      Install Composer(if not installed) Run this command to install the composer curl -sS  https://getcomposer.org/installer  | php To install composer on mac/ linux machine: https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx To install ...