How To Configure FTP Server In Kali Linux

In this tutorial we are going to learn how to configure ftp server in kali linux machine
If you want to learn how to configure ftp server in kali linux then just follow these simple steps
Step-1 Firstly open kali linux in your system and now login with the root and then open the terminal in kali linux
Step-2 After opening command terminal now run these simple commands to configure the ftp server
Here is the command you can see now
root@kali :~# apt-get install vsftpd root@kali :~# vim /etc/vsftpd.conf {this is the configuration file of ftp server now we have to do some changes inside this configuration File}
Here is the pictures of install the ftp server and the changes of configuration file
Step-3 Now we have to check the status and start the service of Ftp server
Here is the command you can see to start the service and status of ftp server
root@kali :~# service vsftpd start root@kali :~# service vsftpd status
Step-4 now we have to check the ip address of the kali linux machine so how can we check that
root@kali :~# ifconfig
Step-5 Now we have to check our all configuration is complete or not so how can you check that this configuration is complete or not
So open the browser like firefox or chrome and then type in search bar
ftp://192.168.43.51
192.168.43.51 is the ip address of the kali linux machine and then you can see the output of ftp server in the browser
This is all how to configure the ftp server in kali linux
if you learn something from this post then make sure you like this post and follow this website to learn more about the kali linux and Windows,Linux,Ethical Hacking and much more topics
Categories