SFTP file access
SFTP (SSH File Transfer Protocol) lets you transfer files to and from your game server securely using a desktop client like FileZilla. Use it to upload mods, plugins, maps, and backups.
Your SFTP credentials
SFTP connection details are shown on your service page:
- Host — the server's IP address (same as the game IP)
- Port — 2022
- Username — SFTP username in the format
username.identifier— shown on your service page - Password — your Pterodactyl panel password
Connecting with FileZilla
Download FileZilla from filezilla-project.org, then:
- Open FileZilla and go to File → Site Manager.
- Click New Site and set the protocol to SFTP – SSH File Transfer Protocol.
- Enter the host (server IP), port (
2022), username, and password. - Click Connect. Accept the host key fingerprint when prompted.
Common use cases
- Installing Minecraft plugins — upload
.jarfiles to theplugins/folder - Installing mods (Forge/Fabric) — upload
.jarfiles to themods/folder - Uploading a custom world — replace the
world/folder with your save - Downloading a backup of your world before making changes
Stop the server before uploading or replacing world files to avoid data corruption.