SFTP (Secure File Transfer Protocol) provides a faster, more secure way to manage your Minecraft server files. It is the ideal method for managing bulk files and is required for any file uploads larger than 300MB (such as large worlds or modpacks).
Step 1: Download an FTP Client
To get started, you need an FTP client. This guide uses FileZilla because it is free and cross-platform, but any SFTP client will work.
⚠️Note: Some antivirus programs or browsers may flag FileZilla as unsafe. This is a common false positive. You can safely bypass the warning, or use an alternative client WinSCP if you prefer.
- Go to the FileZilla Client Download Page and download the installer for your operating system (Windows, Mac, or Linux). Choose the Client version.

- Run the installer and follow the prompts to complete the setup.
- Open FileZilla.

🛑 Note: FileZilla looks and functions almost identically across Windows, Mac, and Linux.
Step 2: Get Your SFTP Login Details
You will need your unique connection details from the SimpleGameHosting Control Panel.
- Log into your SimpleGameHosting Control Panel account.
- Go to the Console tab and click Stop to take your server offline (recommended before editing files).
- Click the FILES tab in the top menu.
- Click SFTP (located next to Create Directory) to view your login details.

- Copy your Server Address and Username.

💡 Tip: Your SFTP password is the exact same password you use to log into the Control Panel.
Step 3: Connect Using FileZilla
The fastest way to connect is by using FileZilla’s Quickconnect bar at the top of the application.
- Open FileZilla and fill in the top fields using your details from Step 2:
- Host: Your Server Address
- Username: Your SFTP Username
- Password: Your Control Panel Password
- Port: Leave blank (FileZilla will fill this automatically)
- Click Quickconnect.

- If an "Unknown host key" warning pops up, check the box to trust the host and click OK.

Once connected, your server’s files will appear in the Remote Site window on the right side of the screen.
Step 4: Manage Your Server Files
Now that you are connected, you can manage your server directory directly:
- Upload Files: Drag and drop files (like .jar files for mods/plugins) from your computer (left window) into the server folders (right window).
- Edit Configurations: Drag configuration files (like .yml or .json files) to your computer, edit them with a text editor (ex. VS Code or Notepad++), and drag them back to the server. Select Overwrite if prompted.
- Structure: Depending on your server type, you will see specific folders like /plugins or /mods where these files must be placed.
If you need help, don't hesitate to reach out to our support team by submitting a Support Ticket or contacting us directly via LiveChat!
Help Center