How to Use an FTP Client with Your Unturned Server

Published June 9, 2026 · By Host Havoc Technical Support Team

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

  1. Log in to the Game Control Panel and navigate to your server.
  2. 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.


    FTP Info section showing the server IP and port in the Host Havoc Game Control Panel
  3. Enter your control panel username and password in the Username and Password fields in FileZilla. You can change your password from within the panel.
    FileZilla Username and Password fields filled with control panel credentials
  4. The port is included in the host string you pasted, so FileZilla will set it automatically.
  5. 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.