
Effortless installation. Ready-to-run with easy maintenance. Explore now for a smooth experience!
Configuring and Connecting to ProFTP – FTP Server on Debian 13
To start the server, run the VM through Azure Portal.
- For the connection to the server, you should know the IP address of the VM. You can find it in the personal account of Azure. You need to select the virtual machine from the list. By clicking the item “Overview”, your IP is displayed in the “Public IP Address” line.

- TCP ports 21, 22, 990, 50000-51000 must be open to work. You can check this in the Network settings of your VM.
- To manage a ProFTP server, you should connect to a VM.
- With OpenSSH
In the Windows 10 operating system (starting with version 1809), an OpenSSH client is available, with which you can connect to Linux servers via SSH. If Windows 10 is suitable and the OpenSSH client is installed, you can start connecting via SSH. To do this, launch a standard Windows command prompt and enter the command “ssh user@*vm_ip*” (1), where “user” is the username that was specified while creating the virtual machine and “*vm_ip*” is the VM IP address.
Then type “Yes” (2) and enter a password (3) that was specified while creating the virtual machine.

- With the PuTTY application
To do this, you need the PuTTY application to connect via SSH. You can download it at the following link – Download
Run Putty, enter the VM address in the “Host” field (1), and click “Open” (2) to connect.

In the opened console, you will need to enter a username (1) and password (2) that were specified while the VM was being created (you’ll not see the password in the console while entering it).

- You can check the service status with the command >sudo systemctl status proftpd. If the status is inactive, start the service with the command >sudo systemctl start proftpd.
- To create a new user and password to enter FileZilla, run the following commands:
> sudo addftpusers
Select “1 – Add User” (1) and press ‘Enter’
Enter a new username (2) and press ‘Enter’
Enter a new password (3) and press ‘Enter’
Confirm new password (4) and press ‘Enter’

- To connect to ProFTP, it is recommended to use the “FileZilla Client” application (you can download it from the link: Download FileZilla Client for Windows (64bit x86)).
- After installing and running the FileZilla client, you need to follow these steps to connect to the VSFTP server:
- In the <Host> field, enter the VM IP address
- In the <Username> field, enter the login that was created in Step 5
- In the <Password> field, enter the password that was created in Step 5
- When the data is entered, press Quickconnect

- After entering all the data and clicking on Quickconnect, you will successfully connect to the server.

Now you can work with your own ProFTP server.
