TrueNAS SCALETrueNAS SCALE Documentation Archive
This content follows the TrueNAS SCALE 22.12 (Bluefin) releases. Archival documentation is provided for reference only and not actively maintained.
Use the Product and Version selectors above to view content specific to different TrueNAS software or major version.

General Settings Screen

The TrueNAS SCALE System Settings > General screen includes widgets for Support, GUI, Localization, and NTP functions.

SystemGeneralScreen

Manage Configuration provides three options to backup, restore, or reset system configuration settings.

Manage Configuration Screens

TrueNAS SCALE allows users to manage the system configuration via uploading/downloading configurations, or resetting the system to the default configuration.

Download File Window

The Download File option opens the Save Configuration window, which allows users to download the current system configuration to the local machine.

SystemGeneralSaveConfiguration

The Export Password Secret Seed option includes encrypted passwords in the downloaded configuration file. This option allows you to restore the configuration file to a different operating system device where the decryption seed is not already present. Users must physically secure configuration backups containing the seed to prevent unauthorized access or password decryption.

Upload File Window

The Upload File option opens the Upload Config window, which allows users to choose a previously saved TrueNAS SCALE configuration to replace the current system configuration.

SystemGeneralUploadConfig

Choose File opens a file browser window where you can locate the downloaded and saved configuration. After selecting the file, it displays in the Upload Config window. Upload uploads the selected configuration file.

All passwords reset if the uploaded configuration file saved without Export Password Secret Seed enabled.

Reset to Defaults Window

The Reset to Defaults option opens the Reset Configuration window, which resets the system configuration to factory settings and restarts the system. Users must set a new login password.

SystemGeneralResetConfiguration

Save the system current configuration with the Download File option before resetting the configuration to default settings.

If you do not save the system configuration before resetting it, you may lose data that you did not back up, and you will not be able to revert to the previous configuration.

Support Widget

The Support widget displays general hardware and software specs and contains links to the Documentation Hub, TrueNAS Forums, and offers TrueNAS Licensing information.

SystemGeneralSupportWidget

Add License opens the License screen.

File Ticket opens the File Ticket screen.

License Screens

The License screen allows you to copy your license into the box and save it.

GeneralSettingsSCALESupportLicenseEntry

When prompted to reload the page, click Reload Now.

When the End User License Agreement (EULA) opens, read it thoroughly and completely, then click I AGREE.

GeneralSettingsSCALESupportLicenseComplete

Select the This is a production system option and click the Proceed to notify iXsystems through an email the system sends declaring that the system is in production.

File Ticket Screen

The File Ticket screen settings allow you to log into Jira where you can submit a ticket. The screen provides the required ticket information fields to complete when submitting an issue report.

GeneralSettingsSCALESupportJiraTicketCreate

SettingDescription
NameEnter the name of the contact person.
EmailEnter the email of the contact person. Use the format name@domain.com.
CCEmail addresses to receive copies of iXsystems Support messages about this issue. Use the format name@domain.com. Separate entries by pressing Enter.
PhoneEnter the phone number of the contact person.
TypeSelect Bug when reporting an issue or Suggestion when requesting new functionality.
EnvironmentSelect the appropriate environment.
CriticalitySelect the appropriate level of criticality.
SubjectEnter a descriptive title for the new issue.
DescriptionEnter a one to three paragraph summary of the issue. Describe the problem and provide any steps to replicate the issue.
Attach DebugSet to generate and attach to the new issue a report containing an overview of the system hardware, build string, and configuration. Attaching a debug can take several minutes.
Choose FileSelect one or more screenshots that illustrate the problem.

Click Save to submit the ticket and open a window with a link to it.

Click User Guide to open a new tab to the Docs Hub.

Click EULA to display the end user license agreement.

Proactive Support Screen

Silver/Gold Coverage Customers can enable iXsystems Proactive Support. This feature automatically emails iXsystems when certain conditions occur in a TrueNAS system.

To configure Proactive Support, click Proactive Support in the Support widget.

Complete all available fields, and check the Enable iXsystems Proactive Support box, then click Save.

GeneralSettingsSCALEProactiveSupportForm

GUI

The GUI widget allows users to configure the TrueNAS SCALE web interface address.

Click Settings to open the GUI Settings screen.

SystemGeneralGuiSettings

SettingDescription
ThemeSelect a preferred color theme from the dropdown list of eight options.
GUI SSL CertificateSelect a self-signed certificate from the dropdown list. The system uses a self-signed certificate to enable encrypted web interface connections.
Web Interface IPv4 AddressSelect a recent IP address from the dropdown list to limit usage when accessing the administrative GUI. The built-in HTTP server binds to the wildcard address of 0.0.0.0 (any address) and issues an alert if the specified address becomes unavailable.
Web Interface IPv6 AddressSelect a recent IPv6 address from the dropdown list to limit the usage when accessing the administrative GUI. The built-in HTTP server binds to the wildcard address of 0.0.0.0 (any address) and issues an alert if the specified address becomes unavailable.
Web Interface HTTP PortEnter a port number for an HTTP connection to the web interface. Allow configuring a non-standard port to access the GUI over HTTP. Changing this setting might require changing a Firefox configuration setting.
Web Interface HTTPS PortEnter a port number for an HTTPS connection to the web interface. This field allows configuring a non-standard port to access the GUI over HTTPS.
HTTPS ProtocolsSelect the Transport Layer Security (TLS) versions TrueNAS SCALE can use for connection security from the dropdown list. Cryptographic protocol for securing client/server connections.
Web Interface HTTP -> HTTPS RedirectSelect to redirect HTTP connections to HTTPS. A GUI SSL Certificate is required for HTTPS. Activating this also sets the HTTP Strict Transport Security (HSTS) maximum age to 31536000 seconds (one year). This means that after a browser connects to the web interface for the first time, the browser continues to use HTTPS and renews this setting every year.
Crash ReportingSelect to send failed HTTP request data, which can include client and server IP addresses, failed method call tracebacks, and middleware log file contents, to iXsystems.
Usage CollectionSelect to enable sending anonymous usage statistics to iXsystems.
Show Console MessagesSelect to display console messages in real-time at the bottom of the browser.

Localization

The Localization widget lets users localize their system to a specific region.

Click Settings to open the Localization Settings screen.

SystemGeneralLocalizationSettings

SettingDescription
LanguageSelect a language from the dropdown list.
Console Keyboard MapSelect a language keyboard layout from the dropdown list.
TimezoneSelect a time zone from the dropdown list.
Date FormatSelect a date format from the dropdown list.
Time FormatSelect a time format from the dropdown list.

NTP Servers

The NTP Servers widget allows users to configure Network Time Protocol (NTP) servers, which sync the local system time with an accurate external reference.

By default, new installations use several existing NTP servers. TrueNAS SCALE supports adding custom NTP servers. Click Add to open the Add NTP Server screen.

SystemGeneralAddNTPServer

SettingDescription
AddressEnter the hostname or IP address of the NTP server.
BurstSelect to use a non-public NTP server. Recommended when Max Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable it when using public NTP servers.
IBurstSelect to speed up the initial synchronization (seconds instead of minutes).
PreferSelect when using highly accurate NTP servers such as those with time monitoring hardware. Only use for these highly accurate NTP servers.
Min PollEnter the minimum polling interval, in seconds, as a power of 2. For example, 6 means 2^6, or 64 seconds. The default is 6, and the minimum value is 4.
Max PollEnter the maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, and the maximum value is 17.
ForceSelect to force the addition of the NTP server, even if it is currently unreachable.

Related Content

Related Console Articles