How to Use FTP via DirectAdmin Web Hosting Control Panel
Overview
File Transfer Protocol (FTP) is a simple and effective way to manage the files on your hosting account. Whether you're uploading, editing, or downloading files, FTP allows you to transfer files between your local machine and your web server quickly. This guide will walk you through the steps to set up and use FTP through DirectAdmin.
Step 1: Log into DirectAdmin
- Open your web browser and navigate to your DirectAdmin control panel URL. This will usually look something like http://uk-web-01.zettako.net:2222/.
- Enter your Username and Password and click Login.
Step 2: Navigate to FTP Management
- Once logged in, find and click on the FTP Management section from the DirectAdmin homepage.
- This may also be located under the "Account Manager" section in newer DirectAdmin interfaces.
- Here, you can manage your FTP accounts, including creating new accounts or modifying existing ones.
Step 3: Create an FTP Account (If Necessary)
If you don't already have an FTP account or wish to create a new one, follow these steps:
- Click Create FTP Account.
- Fill in the necessary details:
- FTP Username: Choose a unique username for your FTP account.
- FTP Password: Enter a strong password and confirm it.
- Path: This determines which part of your hosting account the user will have access to. Options are:
- Domain Root: Full access to your entire hosting account.
- FTP: Restricted access to a specific folder or directory.
- Click Create to generate your new FTP account.
Step 4: Retrieve Your FTP Credentials
After creating or confirming your FTP account, you'll need the following details to connect via an FTP client:
- FTP Hostname: Typically
ftp.yourdomain.com. - FTP Username: The username you created or your main DirectAdmin username.
- FTP Password: The password you set during account creation.
- FTP Port: The default port is
21.
Step 5: Connect to Your Server Using an FTP Client
To upload or download files, you'll need an FTP client like FileZilla or WinSCP. Below are the steps to connect using FileZilla:
- Download and Install FileZilla (if you haven't already).
- You can download it from the official site: https://filezilla-project.org/download.php
- Launch FileZilla and enter the required connection details in the Quickconnect bar:
- Host: Your FTP Hostname (e.g.,
ftp.yourdomain.com). - Username: Your FTP account username.
- Password: Your FTP account password.
- Port: Enter
21or leave blank if using the default.
- Host: Your FTP Hostname (e.g.,
- Click Quickconnect to connect to your server.
Step 6: Uploading and Managing Files
Once connected:
- The left pane shows files on your local machine.
- The right pane shows files on your server.
To upload files, simply drag and drop them from the left pane (local) to the right pane (server). You can also download files from your server by dragging them to your local machine.
Step 7: Troubleshooting
- Connection Errors: Ensure your hostname, username, and password are correct. Double-check the FTP port and your firewall settings.
- Permission Issues: If you're unable to upload or modify files, ensure that the FTP account has the correct permissions and that you're accessing the right directory.
Conclusion
Using FTP with DirectAdmin makes managing your website's files simple and efficient. Whether you're uploading new content or managing existing files, following this guide will ensure a smooth process.
If you run into any issues or have further questions, feel free to contact our support team.