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

The SCALE CLI guide is a work in progress! New namespace and command documentation is continually added and maintained, so check back here often to see what is new!

System General Commands

The system > general namespace has 14 commands and is based on functions found in the SCALE API and web UI. It provides access to general system methods to configure time zone, language, HTTP protocol, UI address, and system certificate options. You can also restart the system through this namespace.

You can enter commands from the main CLI prompt or from the system namespace prompt.

Adding the SCALE UI to an Iframe

To add the SCALE UI to an inline frame (iframe) using the system general update ui_x-frame_options command.

An iframe allows you to deploy the SCALE UI inside an existing HTML document. Iframes are commonly used to host third-party content safely inside the frame where it cannot access the content of the host and the host cannot access the content of the iframe.

From the CLI prompt, enter:

system general update ui_x-frame_options=ALLOW_All

From the general prompt, enter:

update ui_x-frame_options=ALLOW_All

system general update ui_x-frame_options=ALLOW_All

Related CLI System Articles

Related System Settings Articles