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.
Prerequisites
Before starting, ensure you have:
Administrative access to your Windows RDP.
An active internet connection.
Basic knowledge of Windows operations.
Step-by-Step Guide
Step 1: Download FileZilla Server
Open your web browser in the Windows RDP environment.
Visit the FileZilla Server official website.
Click on the Download FileZilla Server button to download the installer file.
Make sure to download the latest version of FileZilla Server to access the latest features and security improvements.
Step 2: Install FileZilla Server
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.
Step 3: Configure FileZilla Server
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.
Set User Shared Folders
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.).
Ensure that the folder you choose to share contains the files you want to allow the user to access.
Step 4: Configure Firewall Settings
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.
Step 5: Verify Your FileZilla Server Setup
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.
Conclusion
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 FileZilla Server documentation.
Last updated
Was this helpful?