Setup Azure FTP Server Secure on Windows using FileZilla FTP Server

To setup and install an FTP server in Azure, the easiest and quickest way is to install our FTP Server solution from the Azure marketplace. The image comes pre configured using a customized version of Filezilla FTP Server running on Windows server.  It will allow you to securely transfer files using encryption over FTPS / SSL.  Click on our links below to deploy to your Azure tenant

Azure FTP Server

Setup FTP Server on Azure on Windows 2019

Setup FTP Server on Azure on Windows 2016

Table of Contents

Azure FTP Server Video Tutorial

Getting Started with Azure FTP Server

Once your Azure VM has been deployed there are some post configuration steps to complete to start using this FTP Server.

Login

Login using the credentials that were supplied during the VM creation.

Launch Filezilla Server Instance App

Launch the Filezilla server instance app, found on the desktop.  On the launch screen press connect as shown below (password is blank):

Azure FTP Server - Passive Mode on

You should now be connected. You may see connection errors and NAT errors, this is normal as we need to complete some configuration.  From the menu select

Edit > Settings > Passive Mode Settings

 

You’ll need to set a passive mode port range. Usually (50000-51000). These ports are used for data transfers to the server.

Set Public IP Address

For this next part you’ll need to make sure the VM has a public IP address to allow external clients to connect as shown in yellow. 

To attach a public IP address to your VM, follow Microsoft’s guide

 

Once you have a public IP address associated with the NIC on your azure VM, add the IP address to the passive mode settings as shown below highlighted in yellow and also the passive port range:

Create Certificate (FTP over TLS)

The next step is to create a new private key and a self signed certificate, needed by FileZilla server to accept TLS connections. 

Within the FileZilla server options, click on SSL/TLS settings.  Check the Enable FTP over TLS support (FTPS).

Next click on Generate New Certificate > Fill in your company information.

IMPORTANT – In the common name (Server address) field make sure to add the public DNS name of your Azure VM.  This can be found in the azure portal, as highlighted in yellow:

Save the key locally on the server and then press Generate certificate.  No need to add a password.

Setup FTP Server Users

There are 2 options:

 

  1. Create local users and assign access.

 

2. Integrate Active Directory and allow users to use their AD domain logins to authenticate

Option 1 - Create Local FTP Users

To setup local users and give access to directories locally on your server navigate to Edit > Users

 

Here you can add users and generate their passwords.

 

Then give the users access to your local folders you would like them to have access to. 

 

The VM has a pre-configured folder on the C:\FTPDirectory that can be used or you can setup as many folders as you like. 

 

Groups can also be setup and permissions applied at a group level.

Option 2 - Use Active Directory Integrated Users

Open settings > LDAP and select enable LDAP support. Beta.

 

Add your private IP address of your local domain controller. Add Port 389 and write the name of your domain name.

 

Select Enable TLS/SSL.

Next you need to add the users who need access to your FTP directories. 

 

Select Edit > Users and here you’ll need to add the users full UPN that they use to logon to AD, for example if their name is jsmith@yourdomain.com or yourdomain\jsmith we need to make sure we add this so it matches their login UPN jsmith@yourdomain.com. We don’t need to add their password here as it authenticates against Active Directory, so make sure the password checkbox is unchecked.

 

Next check the boxes LOCAL and LDAP as in the screenshot below.

 

In the screenshot below I’ve added a test user from our AD called ftpuser and our AD domain is called yourdomain.com

Next is to assign these users to your FTP directories they need access to. Click on Shared Folders within the Users menu and add the local folders and assign permissions they need:

Now would be a good time to test if you can connect using an FTP client.  If you can’t connect, try the next step and to configure any NSG / Firewall rules.

Azure FTP Server Firewall Ports

If you have NSG’s or firewall appliances in Azure you will need to open access to the following ports:

 

  • Port: 21 (Used for FTP)
  • Port: 990 (Used for FTPS)
  • Port: 14147 (Used for FTP Server Administration)
  • Passive Port Range: 50000 – 51000 (Used for data transfer)

 

To setup Azure firewall rules refer to – Azure Network Security Groups

FTP Client Software

To allow clients to connect, users can use any FTP client.  You can use FileZillas FTP Client

FTP Server Support

For issues regarding setup of this solution, leave a message in the comments below or contact us directly for assistance.

 

Disclaimer: This FTP server solution is built using a modified version of Filezilla server opensource software. This solution is provided under GPLv2 licence. The respective trademarks mentioned in the offering are owned by the respective companies. No warrantee of any kind, express or implied, is included with this software
– Use at your risk, responsibility for damages (if any) to anyone resulting from the use of this software rest entirely with the user
– The author is not responsible for any damage that its use could cause.

Common Questions

Q: I receive the following error when connecting via my FTP client ‘425 Can’t open data connection.’

 

A: The passive port range (50,000 – 51,000) is being blocked by your firewall. Typically its usually not setup on your Azure Network Security Group (NSG).  

 

Within the Azure portal, if you open the VM properties and under ‘Networking’ you should see ‘Network Security Groups’

 

The following guide explains how to edit the rules

 

https://docs.microsoft.com/en-us/azure/virtual-machines/windows/nsg-quickstart-portal

 

Add a new rule to allow port ’50,000 – 51,000’ over TCP to Allow Source ‘Any’ Destination ‘Any’

 

Once you’ve added the rule, reboot the VM and it should now work

Avatar for Andrew Fitzgerald
Andrew Fitzgerald

Cloud Solution Architect. Helping customers transform their business to the cloud. 20 years experience working in complex infrastructure environments and a Microsoft Certified Solutions Expert on everything Cloud.

5 2 votes
Article Rating
Subscribe
Notify of
20 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments
Evgeniy

Do not forget about windows firewall, need to open ports or disable it.

Tod Richard

What would the monthly cost be for this setup?

Sidney Mulder

I followed the instructions as discribed above. My client does connect but fails to retreive the directory listing. Any idea what is happening?

Sidney Mulder

Hi Andrew,

I’m now using the FileZilla Client. This client puts out this output:
(000005)7/26/2018 11:47:16 AM – daxtimetell-test (x.x.x.x)> PASV
(000005)7/26/2018 11:47:16 AM – daxtimetell-test (x.x.x.x)> 227 Entering Passive Mode (y,y,y,y.195,84)
(000005)7/26/2018 11:47:16 AM – daxtimetell-test (x.x.x.x)> MLSD
(000005)7/26/2018 11:47:26 AM – daxtimetell-test (x.x.x.x)> 425 Can’t open data connection.

I have created a subfolder in C:\FTPDirectory called FTPUser and set only that folder in the shared folders of that particular ftpuser. I gave it all available permissions.

I added the passive portrange 50000-51000 to the firewall of the Network Security Group that came with de deployed FTP Server. No extra Firewall is added yet. Also disabled the firewall within Windows Server 2016, just to be sure.

I hope you can help me further.

Best regards,
Sidney

Sidney Mulder

Hello Andrew,

I figured out what the problem was. A faulty NSG rule I configured for the passive ftp ports caused this problem. Thanks for you help.

Sidney

Rick Nice

Hi Andrew,

Does the version of FileZilla server you supply support UNC file paths?

Thanks

Rick

Keith

I followed these instructions, created local users and tested from a remote Filezilla client.

The client can connect to the server…, and I see that the server is sending the welcome message, but the client never receives the message.

Server:
(000034)8/21/2018 1:42:51 AM – (not logged in) (XX.XX.XX.XX)> Connected, sending welcome message…
(000034)8/21/2018 1:42:51 AM – (not logged in) (XX.XX.XX.XX)> 220-FileZilla Server version 0.9.41 beta LDAP
(000034)8/21/2018 1:42:51 AM – (not logged in) (XX.XX.XX.XX)> 220-written by Tim Kosse (Tim.Kosse@gmx.de)
(000034)8/21/2018 1:42:51 AM – (not logged in) (XX.XX.XX.XX)> 220 Please visit https://cloudinfrastructureservices.co.uk
(000034)8/21/2018 1:43:11 AM – (not logged in) (XX.XX.XX.XX> disconnected.

Client:
Status: Connecting to XX.XX.XX.X:990…
Status: Connection established, waiting for welcome message…
Error: Connection timed out after 20 seconds of inactivity
Error: Could not connect to server

Any ideas?

Greg Booth

Hi
Is this an SAS or IAS offering ?
Will the FileZilla software patch itself ?
Will we get a login for the virtual sedrver and need to login to the desktop ?
Regards
Greg

Angelo Punturiero

Hello,
if an anterprise user has to send file from his local pc is possible to enable it to mount the directory remotely?

Or, alternatively is possible to use a local filezilla client to point to remote filezilla server?

These question in order to avoid large file copy on the Ftp_Vm .

Thanks in advance,

AP

Bjorn HOve

Hi
I installed Secure FTP Server on Azure Server 2016 from Marketplace in Azure. Installation went well and I have logged in to the server. There is no sign of Filezilla. I can see the freeFTPdservice running, but the documentation says nothing about freeFTP. The SFTP Server link on your homepage is broken also.
Am I missing something?

Edyta Wisniowska (DPI)

What a great and informative solution. Very helpful in my Cloud organization.

20
0
Would love your thoughts, please comment.x
()
x