2023-10-20 15:35:56 +04:00
---
title: "Linkbox"
description: "Rclone docs for Linkbox"
versionIntroduced: "v1.65"
---
# {{< icon "fa fa-infinity" >}} Linkbox
Linkbox is [a private cloud drive ](https://linkbox.to/ ).
## Configuration
Here is an example of making a remote for Linkbox.
First run:
2025-10-31 21:58:24 +01:00
```console
2025-08-25 00:00:48 +02:00
rclone config
```
2023-10-20 15:35:56 +04:00
This will guide you through an interactive setup process:
2025-08-25 00:00:48 +02:00
```text
2023-10-20 15:35:56 +04:00
No remotes found, make a new one?
n) New remote
s) Set configuration password
q) Quit config
n/s/q> n
Enter name for new remote.
name> remote
Option Storage.
Type of storage to configure.
Choose a number from below, or type in your own value.
XX / Linkbox
\ (linkbox)
Storage> XX
Option token.
Token from https://www.linkbox.to/admin/account
Enter a value.
token> testFromCLToken
Configuration complete.
Options:
- type: linkbox
- token: XXXXXXXXXXX
Keep this "linkbox" remote?
y) Yes this is OK (default)
e) Edit this remote
d) Delete this remote
y/e/d> y
```
2025-11-04 14:56:55 +01:00
<!-- autogenerated options start - DO NOT EDIT - instead edit fs.RegInfo in backend/linkbox/linkbox.go and run make backenddocs to verify --> <!-- markdownlint-disable-line line-length -->
2023-10-20 15:35:56 +04:00
### Standard options
Here are the Standard options specific to linkbox (Linkbox).
#### --linkbox-token
Token from https://www.linkbox.to/admin/account
Properties:
- Config: token
- Env Var: RCLONE_LINKBOX_TOKEN
- Type: string
- Required: true
2024-03-10 11:22:43 +00:00
### Advanced options
Here are the Advanced options specific to linkbox (Linkbox).
#### --linkbox-description
2024-06-14 16:04:51 +01:00
Description of the remote.
2024-03-10 11:22:43 +00:00
Properties:
- Config: description
- Env Var: RCLONE_LINKBOX_DESCRIPTION
- Type: string
- Required: false
2025-11-04 14:56:55 +01:00
<!-- autogenerated options stop -->
2023-10-20 15:35:56 +04:00
## Limitations
Invalid UTF-8 bytes will also be [replaced ](https://rclone.org/overview/#invalid-utf8 ),
as they can't be used in JSON strings.