> For the complete documentation index, see [llms.txt](https://docs.4everland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.4everland.org/storage/4ever-pin/ipfs-migrator.md).

# IPFS Migrator

### IPFS Migrator

[IPFS Migrator](https://ipfsmigrator.4everland.app/) is a powerful tool that makes it easy to migrate CIDs between different IPFS node providers. With this tool, you can easily migrate your data from one IPFS pinning service to another, without the need for complex configurations or infrastructure.

The website provides a user-friendly interface that guides you through the migration process, making it easy to migrate your data with just a few clicks. By default, the website is set up to migrate CIDs from Pinata to 4EVER Pin, but you can replace this with any project that provides an IPFS pinning service API.

The tutorial that accompanies the website provides step-by-step instructions on how to use the IPFS Migrator tool to migrate your data, including how to authenticate and authorize your requests, how to select the CIDs to be migrated, and how to monitor the progress of the migration.

Overall, IPFS Migrator is a powerful and flexible tool that makes it easy to migrate your data between different IPFS node providers. With its user-friendly interface and comprehensive tutorial, it is an excellent choice for developers and businesses looking to take advantage of the benefits of decentralized storage and retrieval.

<figure><img src="/files/3nvCzBmoqyLpeJ4SXVi1" alt=""><figcaption></figcaption></figure>

#### Step 1: Prepare Your Pinata API Token

Create an API Key in the Pinata dashboard and make sure the permissions under 'Pinning' are allowed.

<figure><img src="/files/auXirYANYzMj15BSoIcT" alt=""><figcaption></figcaption></figure>

Copy the JWT(Secret access token). Please keep it safe as it will only display once.

<div align="center"><figure><img src="/files/FOiwrLokjr5UcrlLd9m3" alt=""><figcaption></figcaption></figure></div>

#### Step 2: Get Your 4EVER Pin Access Token

Click on 'Access Token' in the 4EVER Pin to get the access token.

<figure><img src="/files/cOR2lU3Am1ygLDrPdtI3" alt=""><figcaption></figcaption></figure>

#### Step 3: Input the Token to Get CIDs

Paste the token copied from Pinata on the left, and the token from 4EVER Pin on the right, click on 'Login to source' and 'Login to Destination' to get the CIDs of both service providers.

<figure><img src="/files/6nQMs9fibXsGfcLerxbC" alt=""><figcaption></figcaption></figure>

#### Step 4: Click 'Sync' and Wait for the CID Migration to Complete

<figure><img src="/files/wJQCSGOw4rd9CWvjQUE3" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you have any questions, please join our [Discord server](https://discord.com/invite/Cun2VpsdjF), or send us an email at <contact@4everland.org>.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.4everland.org/storage/4ever-pin/ipfs-migrator.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
