> For the complete documentation index, see [llms.txt](https://guides.stellaraio.com/stellar/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.stellaraio.com/stellar/installation-uninstallation/how-do-i-move-stellaraio-to-a-new-pc-server.md).

# How do I move StellarAIO to a new PC/Server?

### **How do I move Stellar to a new PC/Server?**

1. Go to the [Stellar Dashboard](https://whop.com/stellaraio) and sign in
2. Click on **Reset** button so you can attach your key to your new machine

   ![](/files/9x3WD1euxoWYcFHCeFbT)
3. **Download** Stellar to your new machine and enter your key
   1. [StellarAIO Windows Installation guide](/stellar/installation-uninstallation/how-do-i-download-stellaraio-windows-and-mac.md#h_d523604013)
   2. [StellarAIO Mac Installation guide](/stellar/installation-uninstallation/how-do-i-download-stellaraio-windows-and-mac.md#h_6126dd8c70)

### **How do I locate and transfer my config.json/managed files?** <a href="#h_f261e08d10" id="h_f261e08d10"></a>

{% hint style="info" %}
*Note that in order to transfer all saved information, you must transfer the config.json file (steps provided further below)*
{% endhint %}

1. Open **Stellar AIO**
2. Go to **Settings**
3. Go to **Data Management**
4. Scroll down and click **Export**&#x20;
5. This will save your config file to your desktop

   <figure><img src="/files/FUCwzPiQpsRHa5fc6Ale" alt=""><figcaption></figcaption></figure>
6. **Email** this file (located on your desktop) to yourself and download the file to your new machine
7. **Import** this file
8. Click the **Browse** button and click on the config you emailed yourself&#x20;

   <figure><img src="/files/B6IZ0LIxP32OsRJ4Y7LT" alt=""><figcaption></figcaption></figure>
9. Close and reopen Stellar AIO


---

# 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://guides.stellaraio.com/stellar/installation-uninstallation/how-do-i-move-stellaraio-to-a-new-pc-server.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.
