How to Use an FTP Client with Your Unturned Server
FTP access lets you upload, download, and manage your server files directly. The recommended client is FileZilla, which is free and cross-platform.
Download FileZilla
Download FileZilla Client from filezilla-project.org/download.php?type=client.
Connect to your server
- Log in to the Game Control Panel and navigate to your server.
- Locate the FTP Info section near the middle of the screen. Copy the FTP IP and port (example:
167.114.172.201:8821) and paste it into the Host field in FileZilla.If the panel shows SFTP Info instead of FTP Info, prefix the address with
sftp://, for example:sftp://167.114.172.201:8821. - Enter your control panel username and password in the Username and Password fields in FileZilla. You can change your password from within the panel.
- The port is included in the host string you pasted, so FileZilla will set it automatically.
- Click Quickconnect.
You are now connected to your server's file system. Use FileZilla's left panel to browse local files and the right panel to browse server files, then drag and drop to transfer.
Troubleshooting
- Connection refused: confirm the server is running and the FTP port matches what is shown in the panel.
- Authentication failed: re-copy your credentials from the panel to rule out typos.