# Storj Destination

Duplicati supports backups to the [Storj network](https://www.storj.io) which is a large-scale decentralized storage network. The destination supports two different ways of authenticating: Access Grant and Satellite API.

## User interface

<figure><picture><source srcset="/files/Oi5z8fmmziWUnKTV6Gjh" media="(prefers-color-scheme: dark)"><img src="/files/5cwYrOkHoCCiieJuIZVB" alt="Configure the Storj destination"></picture><figcaption></figcaption></figure>

To configure the Storj destination, choose the satellite that you will connect to, then provide the access grant. The bucket and path can be used to control where the data is stored within the network.

## URL format for Commandline

### Access Grant

To use the access grant method, use the following URL format:

```
storj://
  ?storj-auth-method=Access%20Grant
  &storj-shared-access=<access key>
```

### Satellite API

To use a satellite API, use the following URL format:

```
stor://
  ?storj-satellite=<hostname:port>
  &storj-api-key=<api key>
  &storj-secret=<secret>
```

If the `--storj-satellite` is omitted it will default to a US based endpoint.

## Bucket and folder

To choose the bucket where data is stored, use the `--storj-bucket` which will default to `duplicati`. If further differentiation is needed, use `--storj-folder` to specifiy a folder within the bucket where data is stored.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.duplicati.com/backup-destinations/decentralized-providers/storj-destination.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
