Guide – How To Start – Minimal VSFTP on Rocky 9 on Amazon

Configuration and connection to the Minimal VSFTP on Rocky 9

To work, you should open ports 21, 22, 50000-51000 (TCP) in the network properties in the Amazon firewall. After purchasing and starting the VM, you should know its IP address. You can find it in your Amazon personal account.

To connect to the Server, you should generate a “Private Key” in advance. This can be done using the following instruction (by choosing the “file format:” option “.ppk” in point 3) Guide – How To – Create and use Key Pair to connect to a VM

  1. Connecting to the VM using PuTTY application. You can download it at the following link – Download
    • Go to section SSH on the left panel, and then to Auth
  • In the “Auth” section, click “Browse” and specify the path to the .ppk file you received earlier.
  • Go to the home page of “Session”, enter the IP address of the VM, and click “Open”.
  • In the opened console, you will need to enter the login rocky
  1. You can check the status of the VSFTP Server service using the command:

sudo service vsftpd status

  1. To connect to the VSFTP Server, you need to get login details using the command:

sudo cat /root/vsftp_credentials

  1. To connect to the VSFTP Server, it is recommended to use the “FileZilla Client” application (you can download it from the link: Download FileZilla Client for Windows (64bit x86)).
  1. When connecting to the FTP server, you need to follow these steps:
  • In the <Host> field, enter the VM IP address.
  • In the <Username> field, enter the login received in Step 3
  • In the <Password> field, enter the password received in Step 3
  • In the <Port> field, enter port 21
  • When the data is entered, press Quickconnect
  1. After entering all the data and clicking on Quickconnect, you will successfully connect to the server. 

Now you can work with your own Minimal VSFTP Server.

Website Built with WordPress.com.

Up ↑