Frequently Asked Questions
If your question is not addressed below, contact us through our feedback form and we will get back to you shortly.
- How do I install the ZipDrive application on my Linux machines?
- Which versions of Linux OS are supported by ZipDrive?
- Can I temporarily disable access to my computer?
- Can I choose which drives of my computer I can access via ZipDrive?
- What other functions can I perform via the ZipDrive application?
- How do I exit or uninstall the ZipDrive application from my Linux machine?
How do I install the ZipDrive application on my Linux machines?
To install ZipDrive on your Linux machine,
- Download the ZipDrive application, using the following commands:
- Register the ZipDrive application, using the following command:
sudo zipdrive {License Key}
sudo rpm -ivh https://app.zipdrive.com/downloads/linux/zipdrive-agent.x86_64.rpm
Copied to clipboard
b. For deb:
TEMP_DEB="$(mktemp)" &&wget -O "$TEMP_DEB" 'https://app.zipdrive.com/downloads/linux/zipdrive-agent_amd64.deb' &&sudo dpkg -i "$TEMP_DEB" && rm -f "$TEMP_DEB"
Copied to clipboard
Once the above commands are completed successfully, your linux machine will appear in the Computer List of your ZipDrive account.
For help:

Which versions of Linux OS are supported by ZipDrive?
The various distributions / versions of Linux OS which are supported:
- CentOS 7+
- Debian 9+
- Fedora 31+
- openSUSE 15+
- Red Hat 7+
- SLES 12 SP2+
- Ubuntu 16.04(LTS), 18.04(LTS), 20.04(LTS)
Can I temporarily disable access to my computer?
Yes, you can temporarily disable access to your computer via ZipDrive, using the following command:
zipdrive disable
To resume access, run the following command:
zipdrive enable
Can I choose which drives of my computer I can access via ZipDrive?
Yes, you have the option to share your entire computer or just selective drives / folders for access via ZipDrive. By default, some files are excluded like operating system related files, Program Files, temp files, etc.
Run the below command to configure the path and exclusion list:
zipdrive config
What other functions can I perform via the ZipDrive application?
You can run the following commands to perform some more functions like:
-
zipdrive status
Use this command to get the current status of the ZipDrive application.
-
zipdrive unreg
Use this command to unregister an already registered machine. Machine will not be visible in the computer list of ZipDrive.
-
zipdrive ver
Use this command to check the ZipDrive application version.
-
zipdrive report
Use this command to send error reports along with logs to ZipDrive.
-
zipdrive reg {License Key}
Use this command to register the machine back to ZipDrive. Go to the 'Add Computer' section of ZipDrive web interface for license key.
How do I exit or uninstall the ZipDrive application from my Linux machine?
To stop or exit the ZipDrive application, run the following command:
zipdrive stop
To start or open the ZipDrive application, run the following command:
zipdrive start
To restart the ZipDrive application, run the following command:
zipdrive restart
Run the following command to uninstall ZipDrive, and the application will be removed from your Linux machine.
zipdrive uninst