Would you like to learn how to install a TFTP server on Ubuntu Linux? In this tutorial, we are going to show you all the steps required to install and configure a TFTP server on Ubuntu Linux.
• Ubuntu 18.04
• Ubuntu 19.10
• Ubuntu 20.04
Ubuntu Playlist:
On this page, we offer quick access to a list of videos related to Ubuntu Linux.
Don’t forget to subscribe to our youtube channel named FKIT.
Ubuntu Related Tutorial:
On this page, we offer quick access to a list of tutorials related to Ubuntu linux.
Tutorial Ubuntu – Installing a TFTP server
Install the required packages.
Create a directory to store the TFTP files.
Set the correct directory permission.
Edit the TFTP server configuration file.
Here is the original file, before our configuration.
Here is the new file with our configuration.
Edit the configuration file named: INETD.CONF
Verify the existence of the following line.
Insert the character # at the beginning of this line to disable its configuration.
Here is the new file with our configuration.
Reboot the computer.
Start the TFTP service.
Use the NETSTAT command to verify if the service is running on port 69.
Here is the command output:
Congratulations! You have finished the TFTP server installation on Ubuntu Linux.
Tutorial TFTP – Sending Files
Install the required packages.
Create a temporary file to be sent as a TFTP test.
Send a file to the TFTP server using the client software named ATFTP.
Send a file to the TFTP server using the client software named TFTP.
In our example, we sent a test file to the TFTP server 192.168.100.10.