Skip to main content

FTP service does not work - Troubleshooting

What can you do if the gameserver or teamspeak server is not accessible via FTP?

info

Attention: The following steps only work on your own VPS/Root Server if the ZAP web interface has been installed!

If the created server cannot be reached via FTP, the FTP service (ProFTPD) is not active in most cases. In rare cases this can also be due to an incorrect config or an occupied port, i.e. FTP port 21 is used / occupied by another program.

Check the FTP problem more closely:

Check Availability

You can easily do this using the FTP browser in the web interface. Click on "FTP browser" in the menu under Tools of the respective server

image

Then press the "Direct Connection" button once.

image

Now you will probably see the following picture:

image

Since it is now clear that a connection via WebFTP or FTP tool is not possible, you have to take a closer look at the FTP service on the VPS or root server.

Check ProFTPD Status

To do this, you connect to your server via SSH / Console and then enter the command "service proftpd status". The status is now read out and displayed accordingly:

image

There you can see that the status reports "dead", in short the service is offline and therefore not accessible.

Restart FTP Service

The FTP service can be restarted with the following command:

service proftpd start

If there is no response after the command has been executed, the service is usually online/available again.

The whole thing can then be verified again with the command "service proftpd status". It should look like this:

image

Since the status is now "active" again and no longer "dead", the FTP connection can be tried again using the FTP tool and WebFTP.

Check the connection again

You should now be able to establish a connection and view your data.

Problem Solved

✅ The FTP service (ProFTPD) is now started/active again and nothing stands in the way of data exchange!