How to Set Up FileZilla Server in Windows RDP
Follow this comprehensive guide to install and configure FileZilla Server on your Windows Remote Desktop Protocol (RDP) environment.
Last updated
Was this helpful?
Follow this comprehensive guide to install and configure FileZilla Server on your Windows Remote Desktop Protocol (RDP) environment.
Last updated
Was this helpful?
Before starting, ensure you have:
Administrative access to your Windows RDP.
An active internet connection.
Basic knowledge of Windows operations.
Open your web browser in the Windows RDP environment.
Visit the FileZilla Server .
Click on the Download FileZilla Server button to download the installer file.
Locate the downloaded installer (.exe
file) and double-click it to run.
When prompted by User Account Control (UAC), click "Yes" to allow the installer to make changes to your device.
Follow the installation wizard. You can select the default settings, but pay attention to these options:
Choose whether you want to start FileZilla Server as a service (recommended for easier management).
Specify if you want the server to start automatically with Windows.
Selecting the option to run FileZilla Server as a service will ensure that it remains active even when no user is logged in.
Launch FileZilla Server Interface after installation.
You will be prompted to connect to the server. If running on the same machine, default settings will usually suffice (host: 127.0.0.1
, port: 14147
).
Click "Connect".
Managing Users
In the FileZilla Server Interface, navigate to Edit > Users.
Click the "Add" button under the "Users" section.
Enter a username and click OK.
Check the "Password" box and enter a secure password for the user.
Always use strong passwords to secure your FTP accounts against unauthorized access.
Select the newly created user and go to the Shared folders section.
Click "Add" under "Shared folders" to define which directory the user can access and set permissions (Read, Write, Delete, etc.).
Open Windows Defender Firewall by searching for it in the Start Menu.
Click on Advanced settings.
Create a new inbound rule to allow traffic on the port FileZilla uses (default: 21).
Choose Port and click Next.
Select TCP and specify the port number (21).
Allow the connection and follow the wizard to finish.
Be cautious when modifying firewall settings; opening the wrong ports can expose your system to security vulnerabilities.
Use an FTP client (like FileZilla Client) from a different machine or the same RDP.
Enter the server's IP address, the username, and password you created earlier.
If you successfully connect, congratulations! Your FileZilla Server is properly set up and running.
You have now completed the setup of FileZilla Server on your Windows RDP environment. You are ready to start transferring files securely.
For more detailed information, feel free to check the .