Get a Quote     (408) 943-4100               TrueNAS Discord      VendOp_Icon_15x15px   Commercial Support Toggle between Light and Dark mode

Configuring FTP

  2 minute read.

Last Modified 2022-08-05 11:34 -0400

FTP Connections

FTP connections cannot share connections with other accounts, such as SMB connections. FTP connections need a new dataset and local user account.

Go to Storage > Pools to add a new dataset.

StoragePoolsImportPools

Next, go to Accounts > Users > Add to create a local user on the TrueNAS.

AccountsUsersAdd

Assign a user name and password. Link the new dataset for the FTP share as the home directory of the user. Link the new dataset for the FTP share on a per user basis, or create a global account for FTP. Example: OurOrgFTPacnt, etc.

Return to Storage > Pools, find the new dataset, and click > Edit Permissions. In the Owner fields, select the new user account as the User and Group from the dropdown list. Be sure to select Apply User and Apply Group before saving.

StoragePoolsEditPermissionsBasic

Service Configuration

To configure FTP, go to the Services page, find the FTP entry, and click the .

Services FTP Options

Configure the options according to your environment and security considerations. See FTP Screen

Advanced Options

Enable chroot to help confine FTP sessions to a local user home directory and allow Local User Login.

Unless necessary, do not allow anonymous or root access. For better security, enable TLS when possible. This is effectively FTPS. Enable TLS when FTP involves a WAN.

FTP Connection

Use a browser or FTP client to connect to the TrueNAS FTP share. The images here show using FileZilla, a free option.

The user name and password are those of the local user account on the TrueNAS. The default directory is the same as the user /home directory. After connecting, you can create directories and upload or download files.

FilezillaFTPConnect

Related Content