How to use the Drive Client can be found [HERE]().
To install the client on your Linux computer, proceed as follows:
Open the Linux terminal
Add the signing key:
sudo wget https://linux-clients.seafile.com/seafile.asc -O /usr/share/keyrings/seafile-keyring.asc
Add the repository to your apt-source list: The command for this varies depending on the distribution used:
For Debian 9
sudo bash -c "echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/seafile-keyring.asc] https://linux-clients.seafile.com/seadrive-deb/stretch/ stable main' > /etc/apt/sources.list.d/seadrive.list"
For Debian 10
sudo bash -c "echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/seafile-keyring.asc] https://linux-clients.seafile.com/seadrive-deb/buster/ stable main' > /etc/apt/sources.list.d/seadrive.list"
For Debian 11
sudo bash -c "echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/seafile-keyring.asc] https://linux-clients.seafile.com/seadrive-deb/bullseye/ stable main' > /etc/apt/sources.list.d/seadrive.list"
For Ubuntu 18.04
sudo bash -c "echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/seafile-keyring.asc] https://linux-clients.seafile.com/seadrive-deb/bionic/ stable main' > /etc/apt/sources.list.d/seadrive.list"
For Ubuntu 20.04
sudo bash -c "echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/seafile-keyring.asc] https://linux-clients.seafile.com/seadrive-deb/focal/ stable main' > /etc/apt/sources.list.d/seadrive.list"
For Ubuntu 22.04
sudo bash -c "echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/seafile-keyring.asc] https://linux-clients.seafile.com/seadrive-deb/jammy/ stable main' > /etc/apt/sources.list.d/seadrive.list"
Update your local apt-cache:
sudo apt-get update
Install the Drive Client:
Version with graphical interface
sudo apt-get install seadrive-gui
Version without graphical interface
sudo apt-get install seadrive-daemon
Here you can find further installation instructions for other Linux distributions.
After successful installation, connect your luckycloud with the Drive Client by entering the following login details:
Option | Input |
---|---|
Server (One / Teams): | https://sync.luckycloud.de |
Server (Business): | https://storage.luckycloud.de |
Username: | Your full email address |
Password: | Your luckycloud password |
By confirming the login button, a virtual network drive is created that reflects all your data from your luckycloud account in your system.
Encrypted directories must first be unlocked:
Now you can also use encrypted directories via the Drive Client.
If an error message should occur, check the following possible error sources:
If there are multiple user accounts on your PC or laptop, you should prevent unauthorized access to the data by other users.
continue to: What is the difference between Sync Client and Drive Client?