TrueNAS Install Tweaks

TrueNAS Install Tweaks

I’m a long-time user of TrueNAS going back to the days when it was still called FreeNAS. I’ll always love the FreeNAS logo. In this post, I’ll go over step-by-step some of the tweaks that I like to make on a fresh install for TrueNAS specifically TrueNAS Core or TrueNAS Enterprise.

The Tweaks

HTTPS Redirection

HTTPS is always a good idea. Here is how to enable HTTP to HTTPS redirection.

Now if you try to access your TrueNAS on HTTP it will automatically send you over to HTTPS.

Autotune

Autotune is a Python script that is created by iXsystems that will automatically optimize your TrueNAS. If you want to see what the script is doing here is the location of it /usr/local/bin/autotune this is on by default on systems purchased from iXsystems.

Email Notifications

I would say that email notifications are essential as you need to know what’s happening with your TrueNAS. Emails are sent by default to the root user.

Now we need to configure the connection to an email service.

Now if there’s an alert your TrueNAS will send you an email about it.

S.M.A.R.T. Testing

S.M.A.R.T. (Self-Monitoring, Analysis, and Reporting Technology) is a wonderful invention it allows you to monitor the SMART status of your drives to help give you notifications about possible falling disks. Let’s configure the SMART testing.

The settings effectively mean that on the 1st of the month and every Saturday at 2 am a SMART short test will run on all the drives.

Those are all the tweaks I like to make on a TrueNAS install. If you want to read more about TrueNAS here is the TrueNAS documentation.

Exit mobile version