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.

Copy to Clipboard

Create a directory to store the TFTP files.

Copy to Clipboard

Set the correct directory permission.

Copy to Clipboard

Edit the TFTP server configuration file.

Copy to Clipboard

Here is the original file, before our configuration.

Copy to Clipboard

Here is the new file with our configuration.

Copy to Clipboard

Edit the configuration file named: INETD.CONF

Copy to Clipboard

Verify the existence of the following line.

Copy to Clipboard

Insert the character # at the beginning of this line to disable its configuration.

Here is the new file with our configuration.

Copy to Clipboard

Reboot the computer.

Copy to Clipboard

Start the TFTP service.

Copy to Clipboard

Use the NETSTAT command to verify if the service is running on port 69.

Copy to Clipboard

Here is the command output:

Copy to Clipboard

Congratulations! You have finished the TFTP server installation on Ubuntu Linux.

Tutorial TFTP - Sending Files

Install the required packages.

Copy to Clipboard

Create a temporary file to be sent as a TFTP test.

Copy to Clipboard

Send a file to the TFTP server using the client software named ATFTP.

Copy to Clipboard

Send a file to the TFTP server using the client software named TFTP.

Copy to Clipboard

In our example, we sent a test file to the TFTP server 192.168.100.10.