> For the complete documentation index, see [llms.txt](https://lodestone-technologies.gitbook.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lodestone-technologies.gitbook.io/knowledgebase/game-panel/use-sftp-with-filezilla.md).

# Use SFTP with FileZilla

{% hint style="success" %}
It's important to know that this is an advanced feature.
{% endhint %}

SFTP clients allow you to directly and securely connect to your server's files. It drastically decreases upload and download times as you're not using the web.

To retrieve your SFTP credentials, head over to the [Game Panel ](https://game.lodestone.host)and select "SFTP Details" on the sidebar menu.

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

Make sure to take note of the credentials which are displayed. The connection address comprises both the host and the port. Remember that your password is the same one you use for the Game Panel.

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

Next, you'll need to visit the [FileZilla website](https://filezilla-project.org/) and download the version for your operating system.

Once done, launch FileZilla and enter the SFTP credentials from the panel. Click "Quickconnect" to connect to your server.

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

You should now be able to manage your files. However, if you have any problems connecting then please [open a ticket](/knowledgebase/account-and-billing/open-a-support-ticket.md) and our team will assist you.&#x20;


---

# 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:

```
GET https://lodestone-technologies.gitbook.io/knowledgebase/game-panel/use-sftp-with-filezilla.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.
