How to Connect to Your Eco Server via FTP
FTP gives you direct access to your Eco server's file system, letting you upload mods, edit configuration files, and download world saves. This guide uses FileZilla, a free FTP client.
Download FileZilla from https://filezilla-project.org/download.php?show_all=1.
If you need to back up your world before making file changes, see how to reinstall your server for notes on what gets deleted during a reinstall.
Find your FTP credentials
- Log in to the Game Control Panel and navigate to your server.
- Locate the
FTP Infosection near the middle of the screen. You will see the FTP host and port listed (for example,167.114.172.201:8821).
Before you start: If the panel shows
SFTP Infoinstead ofFTP Info, addsftp://in front of the IP address when entering it into FileZilla (for example,sftp://167.114.172.201:8821).
Connect with FileZilla
- Open FileZilla.
- Paste the
FTP Infovalue (host and port) into the Host field. - Enter your Game Control Panel username into the Username field.
- Enter your Game Control Panel password into the Password field. You can change your password from within the panel.
- The port will adjust automatically if you paste the full
host:portvalue into the Host field. - Click Quickconnect.
FileZilla will connect to your server and display your server's file system in the right-hand pane. You can now drag and drop files between your local machine and the server.
Troubleshooting
- Connection refused: Confirm the host and port are copied exactly from the
FTP Infosection. Do not add extra spaces. - Authentication failed: Your FTP username and password are the same as your Game Control Panel login. Reset your panel password if needed.
- SFTP not working: Ensure
sftp://is prefixed to the host address in FileZilla when your panel showsSFTP Info.