# How To Connect Using SFTP

Using FTP, you can easily access and alter your server files quickly. You can use an FTP client such as Filezilla or WinSCP to fulfil this action. Filezilla and WinSCP are programs that allow you to edit your server files as if the files were on your PC.

### Step 1: Installing an FTP Program  <a href="#step-1-installing-an-ftp-program" id="step-1-installing-an-ftp-program"></a>

Firstly, you need an FTP program to connect with. We recommend Filezilla or WinSCP as they have the best features. WinSCP Download (Windows only): <https://winscp.net/download.php> Filezilla Download (Windows, Mac): <https://filezilla-project.org/download.php> When downloading make sure you install the Client version, not the server version. Additionally, when installing them, ensure to decline any special offers or sponsored software.

### Step 2: Obtaining your SFTP details <a href="#step-2-obtaining-your-ftp-details" id="step-2-obtaining-your-ftp-details"></a>

Before you can start using your FTP client, it needs to know where to find your server files. To get your server's FTP details simply follow these steps:

1. Log-in to the game panel area.
2. Select the server you wish to access
3. Navigate to 'System'.
4. Then 'SFTP Settings'

This is what the top bar will look like.

![Select "SFTP Settings"](/files/-MGQaJNEBDxyjucJKyoW)

The details given here are what you would use for any FTP Client

![](/files/-MGQanduIkjPzFi-kAqw)

### Step 3: Connecting to your SFTP Area <a href="#step-3-connecting-to-your-sftp-area" id="step-3-connecting-to-your-sftp-area"></a>

1\) Open FileZilla

2\) Copy and paste the "Connection Address" into the "Host" box.

![](/files/-MGQb9O44-QJ5FWpKONb)

3\) Copy and paste the "Username" into the "Username" box.

![](/files/-MGQbKFe0KF8o7DlZsAx)

4\) Copy and paste or type your account password into the "Password" box.

![](/files/-MGQbbDyBu6BU2tacvyR)

5\) **\[Optional]** If the system hasn't already put in the port. Type "2024" into the "Port" box.

![](/files/-MGQbyY8GFA9LbofU7BY)

6\) Now press "Quickconnect".

![](/files/-MGQc7QiUsnCVcx8VrKq)

7\) Now you're connected to your server!


---

# 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://wiki-legacy.volthosting.co.uk/game-server-hosting-tutorials/how-to-connect-using-sftp.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.
