Jump to content

TrueNAS: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Wsoteros (talk | contribs)
m Added app capability
Wsoteros (talk | contribs)
m Updated formatting of sections and added a few new awards with sources.
Line 51: Line 51:


==User experience==
==User experience==
TrueNAS is managed through a comprehensive web interface that is supplemented by a minimal shell console that handles essential administrative functions. The web interface supports storage pool configuration, user management, sharing configuration and system maintenance. As an [[embedded computer|embedded]] system appliance, TrueNAS boots from a [[USB Flash]] device or [[SATA]] [[Disk on module|DOM]]. This image is configured using a [[USB Flash]] bootable installer. The TrueNAS [[operating system]] is fully independent of its storage disks, allowing its configuration database and encryption keys to be backed up and restored to a fresh installation of the Operating System. This separation also allows for TrueNAS system upgrades to be performed through the web interface.
TrueNAS is managed through a comprehensive web interface that is supplemented by a minimal shell console that handles essential administrative functions. The web interface supports storage pool configuration, user management, sharing configuration and system maintenance. As an [[embedded computer|embedded]] system appliance, TrueNAS boots from a [[USB Flash]] device or [[SATA]] [[Disk on module|DOM]]. This image is configured using a [[USB Flash]] bootable installer. The TrueNAS [[operating system]] is fully independent of its storage disks, allowing its configuration database and encryption keys to be backed up and restored to a fresh installation of the Operating System. This separation also allows for TrueNAS system updates to be performed through the web interface.


==History==
==History==
Line 144: Line 144:


===Architecture===
===Architecture===
The 8.0 reimplementation of FreeNAS moved the project from a m0n0BSD/[[m0n0wall]]/[[PHP]]-based architecture to one based on [[FreeBSD]]'s NanoBSD embedded build system, the [[Python language|Python]] programming language, the [[Django (web framework)|Django]] web application framework and the [[dojo toolkit|dōjō toolkit]] ([[JavaScript library]]).<ref>[http://www.freenas.org/blog/ixsystems-freenas-snapshot/ iXsystems' FreeNAS snapshot - FreeNAS - Open Source Storage Operating System]</ref> It also used the [[lighttpd]] web server, but this was replaced with [[nginx]] in FreeNAS 8.2. The terminated successor to 9.10.2, known as FreeNAS Corral, retained the [[nginx]] web server and ZFS-based boot device of FreeNAS but replaces the Django/dōjō web application framework with an original one. FreeNAS 11 implemented a new interface using [[Angular (web framework)|Angular]].
The 8.0 reimplementation of FreeNAS moved the project from a m0n0BSD/[[m0n0wall]]/[[PHP]]-based architecture to one based on [[FreeBSD]]'s NanoBSD embedded build system, the [[Python language|Python]] programming language, the [[Django (web framework)|Django]] web application framework and the [[dojo toolkit|dōjō toolkit]] ([[JavaScript library]]).<ref>[http://www.freenas.org/blog/ixsystems-freenas-snapshot/ iXsystems' FreeNAS snapshot - FreeNAS - Open Source Storage Operating System]</ref> It also used the [[lighttpd]] web server, but this was replaced with [[nginx]] in FreeNAS 8.2. The terminated successor to 9.10.2, known as FreeNAS Corral, retained the [[nginx]] web server and ZFS-based boot device of FreeNAS but replaces the Django/dōjō web application framework with an original one alongside the team at Montage Studios. FreeNAS 11 implemented a new interface using [[Angular (web framework)|Angular]].


=== TrueNAS CORE (previously FreeNAS) Version History===
=== TrueNAS CORE (previously FreeNAS) Version History===
Line 335: Line 335:
''Features and Jails shown are for the 13.0 branch.''
''Features and Jails shown are for the 13.0 branch.''


=== Administrative features ===
===Features<ref>{{Cite web | url=http://www.freenas.org/about/features.html | title=Features}}</ref>===

;Administrative features
:* Web-based [[graphical user interface]] with optional SSL encryption
:* Web-based [[graphical user interface]] with optional SSL encryption
:* Localized into over 20 languages<ref>{{cite web
:* Localized into over 20 languages<ref>{{cite web
Line 357: Line 355:
:* 2 factor authentication, LDAP, Active Directory, RADIUS, IPSec, Kerberos and other authentication/user management systems supported in FreeBSD and therefore available for TrueNAS (Note: some but not all supported in GUI).
:* 2 factor authentication, LDAP, Active Directory, RADIUS, IPSec, Kerberos and other authentication/user management systems supported in FreeBSD and therefore available for TrueNAS (Note: some but not all supported in GUI).


;'''[[File system]] features'''
=== '''[[File system]] features''' ===
:* Highly resilient [[ZFS]] file system with Feature Flags ([[OpenZFS]] v5000) and theoretical storage limit of 16 Exabytes. ZFS file system features are fully configurable and include:
:* Highly resilient [[ZFS]] file system with Feature Flags ([[OpenZFS]] v5000) and theoretical storage limit of 16 Exabytes. ZFS file system features are fully configurable and include:
::* Compression (including [[LZ4 (compression algorithm)|lz4]] and [[gzip]]),
::* Compression (including [[LZ4 (compression algorithm)|lz4]] and [[gzip]]),
Line 365: Line 363:
::* User quotas
::* User quotas
::* Physical disks are fully portable and can be moved without data loss to other FreeNAS servers, or to any other Operating System that supports a compatible version of OpenZFS.
::* Physical disks are fully portable and can be moved without data loss to other FreeNAS servers, or to any other Operating System that supports a compatible version of OpenZFS.
:* Data reliability features - [[Disk mirroring|mirroring]] / [[RAID]] (including ZFS RaidZ), multiple copies of selected data and metadata for reliability, and entire-system [[checksum]]ming and background data repair as needed ("scrubbing") ''(see also: [[ZFS]] generally, which was designed expressly with the aim of ensuring data preservation)'' '''Server reliability features -'''
:* '''Data reliability features''' - [[Disk mirroring|mirroring]] / [[RAID]] (including ZFS RaidZ), multiple copies of selected data and metadata for reliability, and entire-system [[checksum]]ming and background data repair as needed ("scrubbing") ''(see also: [[ZFS]] generally, which was designed expressly with the aim of ensuring data preservation)''
:* '''Server reliability features'''
::* [[Replication (computing)|Replication]] and [[failover]]
:** [[Replication (computing)|Replication]] and [[failover]]
::* Multi-version boot environment - the boot menu provides access to previous versions of TrueNAS which have been upgraded. In the event of a boot issue or system problem, TrueNAS can also load any of these at boot, as "known working" versions, without "rolling back" the system.
:** Multi-version boot environment - the boot menu provides access to previous versions of TrueNAS which have been upgraded. In the event of a boot issue or system problem, TrueNAS can also load any of these at boot, as "known working" versions, without "rolling back" the syste
:* Disk read and data import for UFS2, NTFS, FAT32 and EXT2/3
:** Disk read and data import for UFS2, NTFS, FAT32 and EXT2/3
:* User/Group permissions - Classic Unix/Linux permissions and/or ACL based (including ACLs for Microsoft file systems)
:** User/Group permissions - Classic Unix/Linux permissions and/or ACL based (including ACLs for Microsoft file systems)


;Built-in network services and features
=== Built-in network services and features ===
:* Protocols as standard - [[Samba (software)|Samba]]/[[Server Message Block|SMB]]/[[CIFS]] (for [[Microsoft]] and other networks), [[Apple Filing Protocol|AFP]] (Apple), [[Network File System|NFS]], [[iSCSI]], [[FTP]]/[[TFTP]]
:* Protocols as standard - [[Samba (software)|Samba]]/[[Server Message Block|SMB]]/[[CIFS]] (for [[Microsoft]] and other networks), [[Apple Filing Protocol|AFP]] (Apple), [[Network File System|NFS]], [[iSCSI]], [[FTP]]/[[TFTP]]
:* LDAP and Active Directory client support with Windows ACLs
:* LDAP and Active Directory client support with Windows ACLs
Line 384: Line 383:
:* Supports jumbo frames, hardware offloading (exact features offloaded vary by adapter), high bandwidth servicing (10G+)
:* Supports jumbo frames, hardware offloading (exact features offloaded vary by adapter), high bandwidth servicing (10G+)


; Other
=== Other ===
:* UPS (Uninterruptible power supply) support
:* UPS (Uninterruptible power supply) support
:* Virtual Machine host and management with GUI based management
:* Virtual Machine host and management with GUI based management
Line 425: Line 424:
* Best In Biz Award &mdash; Most Innovative Product Line of the Year<ref>{{Cite web |date=2021-12-02 |title=iXsystems Recognized in 11th Annual Best in Biz Awards for Most Innovative Product Line of the Year |url=https://www.ixsystems.com/blog/ixsystems-recognized-in-11th-annual-best-in-biz-awards-for-most-innovative-product-line-of-the-year/ |access-date=2022-09-05 |website=iXsystems, Inc. - Enterprise Storage & Servers |language=en-US}}</ref>
* Best In Biz Award &mdash; Most Innovative Product Line of the Year<ref>{{Cite web |date=2021-12-02 |title=iXsystems Recognized in 11th Annual Best in Biz Awards for Most Innovative Product Line of the Year |url=https://www.ixsystems.com/blog/ixsystems-recognized-in-11th-annual-best-in-biz-awards-for-most-innovative-product-line-of-the-year/ |access-date=2022-09-05 |website=iXsystems, Inc. - Enterprise Storage & Servers |language=en-US}}</ref>
* Tech Target Storage Magazine Gold Award &mdash; Asigra TrueNAS Backup Appliance<ref>{{Cite web |date=2019-02-20 |title=Asigra TrueNAS® Backup Appliance Named Backup/DR Hardware Product of the Year |url=https://www.ixsystems.com/blog/asigra-truenas-techtarget-gold-pr/ |access-date=2022-09-05 |website=iXsystems, Inc. - Enterprise Storage & Servers |language=en-US}}</ref>
* Tech Target Storage Magazine Gold Award &mdash; Asigra TrueNAS Backup Appliance<ref>{{Cite web |date=2019-02-20 |title=Asigra TrueNAS® Backup Appliance Named Backup/DR Hardware Product of the Year |url=https://www.ixsystems.com/blog/asigra-truenas-techtarget-gold-pr/ |access-date=2022-09-05 |website=iXsystems, Inc. - Enterprise Storage & Servers |language=en-US}}</ref>
* Gartner Peer Insights Customers' Choice 2023 for TrueNAS Enterprise<ref>{{Cite web |last=Inc |first=Gartner |title=iXsystems TrueNAS Enterprise Reviews, Ratings & Features 2023 {{!}} Gartner Peer Insights |url=https://www.gartner.com/market/primary-storage/vendor/ixsystems/product/truenas-enterprise |access-date=2023-08-09 |website=Gartner}}</ref>
* TrueNAS recognized as a Digital Public Good in 2023<ref>{{Cite web |title=TrueNAS - DPGA Details |url=https://app.digitalpublicgoods.net/a/10299 |access-date=2023-08-09 |website=app.digitalpublicgoods.net}}</ref>


==See also==
==See also==
Line 462: Line 463:
[[Category:Home servers]]
[[Category:Home servers]]
[[Category:Network-attached storage]]
[[Category:Network-attached storage]]
[[Category:Enterprise Data Storage]]
[[Category:Open Source Software]]

Revision as of 17:59, 9 August 2023

TrueNAS CORE
Developer(s)iXsystems
Stable release
13.0-U5 / June 6, 2023; 17 months ago (2023-06-06)
Repository
Operating systemFreeBSD
Platformx86-64 (v9.2.1.9 was the last release that supported 32-bit.[1])
TypeComputer storage
LicenseBSD license
Websitetruenas.com/truenas-core
TrueNAS SCALE
Developer(s)iXsystems
Stable release
22.12.1 / February 21, 2023; 20 months ago (2023-02-21)
Repository
Operating systemDebian Linux
Platformx86-64
TypeComputer storage
LicenseBSD license
Websitetruenas.com/truenas-scale

TrueNAS is the branding for a range of free and open-source network-attached storage (NAS) operating systems produced by iXsystems, and based on FreeBSD and Linux, using the OpenZFS file system. It is licensed under the terms of the BSD License and runs on commodity x86-64 hardware.

The TrueNAS range includes free public versions (TrueNAS CORE, previously known as FreeNAS), commercial versions (TrueNAS Enterprise), and Linux versions (TrueNAS SCALE). It also offers hardware, from small home systems to large petabyte arrays, based on the above versions.

TrueNAS supports Windows, macOS and Unix clients and various virtualization hosts such as XenServer and VMware using the SMB, AFP, NFS, iSCSI, SSH, rsync and FTP/TFTP protocols. Advanced TrueNAS features include full-disk encryption and a plug-in architecture for third-party software.[2][3][4][5][6][7]

Products

TrueNAS is the brand for iXsystems' open source network attached storage platform. It includes the following:

  • TrueNAS CORE (previously FreeNAS) – a free file server and expandable platform based on FreeBSD.
  • TrueNAS Enterprise – an enterprise file server for commercial use, also based on FreeBSD.
  • TrueNAS SCALE – a free Linux based hyper-converged scale-out version of the TrueNAS platform.
  • TrueNAS hardware – Enterprise Storage Arrays, a network-attached storage (NAS) systems, storage area network (SAN) devices, and High Availability systems, with up to 22 petabytes raw capacity.

The OpenZFS file system

TrueNAS supports the OpenZFS filesystem which provides data integrity checking to prevent data corruption, enable point in time snapshotting, replication and several levels of redundancy including striping, mirroring, striped mirrors (RAID 1+0), and three levels of RaidZ.

User experience

TrueNAS is managed through a comprehensive web interface that is supplemented by a minimal shell console that handles essential administrative functions. The web interface supports storage pool configuration, user management, sharing configuration and system maintenance. As an embedded system appliance, TrueNAS boots from a USB Flash device or SATA DOM. This image is configured using a USB Flash bootable installer. The TrueNAS operating system is fully independent of its storage disks, allowing its configuration database and encryption keys to be backed up and restored to a fresh installation of the Operating System. This separation also allows for TrueNAS system updates to be performed through the web interface.

History

The FreeNAS project was started in October 2005 by Olivier Cochard-Labbé who based it on the m0n0wall embedded firewall and FreeBSD 6.0. Volker Theile joined the project in July 2006 and became the project lead in April 2008. In September 2009, the development team concluded that the project, then at release .7, was due for a complete rewrite in order to accommodate modern features such as a plug-in architecture. Volker Theile decided that the project best be reimplemented using Debian Linux and shifted his development efforts to the interim CoreNAS project and eventually OpenMediaVault where he continues as the project lead. Cochard-Labbé responded to community objections to "The Debian version of FreeNAS" and resumed activity in the project and oversaw its transfer to FreeNAS user iXsystems.[8][9] Developers Daisuke Aoyama and Michael Zoon continued developing FreeNAS 7 as the NAS4Free project. Meanwhile, iXsystems rewrote FreeNAS with a new architecture based on FreeBSD 8.1, releasing FreeNAS 8 Beta in November 2010.[10] The plug-in architecture arrived with FreeNAS 8.2 and FreeNAS versioning was synchronized with FreeBSD for clarity. FreeNAS 8.3 introduced full-disk encryption and FreeBSD 9.1-based FreeNAS 9.1 brought an updated plug-in architecture that is compatible with the TrueOS Warden jail management framework. FreeNAS 9.1 was also the first version of FreeNAS to use the community-supported OpenZFS v5000 with Feature Flags.[11][12] FreeNAS 9.2, based on FreeBSD 9.2 included performance improvements and introduced a REST API for remote system administration.[13] FreeNAS 9.3, based on FreeBSD 9.3 introduced a ZFS-based boot device, an initial Setup Wizard and a high-performance in-kernel iSCSI server.[14] FreeNAS 9.10, based on FreeBSD 10.3-RC3 brought an end to the FreeNAS/FreeBSD synchronized naming and introduced Graphite monitoring support and experimental support for the bhyve hypervisor.[15]

In October 2015, ten years after the original FreeNAS release, FreeNAS 10 ALPHA was released, providing a preview of what would become FreeNAS Corral GA on March 15, 2017.[16] FreeNAS Corral introduced a new graphical user interface, command-line interface, underlying middleware, container management system and virtual machine management system.[17] FreeNAS Corral departs from FreeNAS by providing not only NAS functionality but also hyper-converged functionality thanks to its integrated virtual machine support. However, on April 12, 2017 iXsystems announced that FreeNAS Corral would instead be relegated to being a 'Technology Preview', citing issues such as "general instability, lack of feature parity with 9.10 (Jails, iSCSI, etc), and some users experiencing lower performance than expected"[18] and the departure of the project lead. Instead, the decision was made to revert to the existing 9.10 code and bring Corral features to 9.10.3 and further.

In May 2017, iXsystems announced that FreeNAS 11 would be imminently released, which was based on 9.10 but included features such as an update of the FreeBSD operating system, virtual machine management, updates to jails, and a new beta user interface along the lines of Corral but based on Angular.

In March 2020, iXsystems announced that the 12.0 release will merge the FreeNAS code base with that of their commercial TrueNAS offering. FreeNAS will become TrueNAS CORE while TrueNAS will be renamed TrueNAS Enterprise.[19] This change was made official with the release of TrueNAS 12.0 on October 20, 2020.[20]

In October 2020, iXsystems announced a new product, TrueNAS SCALE would be developed. TrueNAS SCALE would still utilize ZFS, but be based on Debian Linux.[21]

In February 2022, iX announced that TrueNAS SCALE has reached General Availability quality for their 22.02 release.[22]

In May 2022, iX announced that TrueNAS CORE, their FreeBSD Based version of TrueNAS, has reached General Availability and is suitable for large deployments.[23]

Architecture

The 8.0 reimplementation of FreeNAS moved the project from a m0n0BSD/m0n0wall/PHP-based architecture to one based on FreeBSD's NanoBSD embedded build system, the Python programming language, the Django web application framework and the dōjō toolkit (JavaScript library).[24] It also used the lighttpd web server, but this was replaced with nginx in FreeNAS 8.2. The terminated successor to 9.10.2, known as FreeNAS Corral, retained the nginx web server and ZFS-based boot device of FreeNAS but replaces the Django/dōjō web application framework with an original one alongside the team at Montage Studios. FreeNAS 11 implemented a new interface using Angular.

TrueNAS CORE (previously FreeNAS) Version History

TrueNAS CORE Version History
Branch Initial release Latest Build Date Released FreeBSD version Status Notes / Changes
9.10 2016-03-23 9.10.2-U4 2017-05-25 10.3 STABLE Previous Release [25]
10.0 ("Corral") 2017-03-15 Withdrawn: relegated to preview only The "Corral" branch was cancelled on or around 23 April 2017, the developers citing as reasons that although it had been a major "ground up" rewrite of FreeNAS, too many issues had emerged within 2 weeks of release. Development reverted to the proven 9.10 branch of FreeNAS and the Corral branch was relegated to a "technology preview".[26][27]
11.0[28] 2017-06-14 RELEASE 2017-06-14 11 STABLE Previous release (Compared to 9.10 branch):[29][30]
  • Beta version of new user interface based on Angular (optional)
  • Built-in Virtual Machine management (default hypervisor: bhyve)
  • Updated alerts system and support for multiple alert services
  • Jails management via iocage
  • 20% speed improvement of FreeBSD kernel compared to 9.10.[30]
  • Amazon S3 compatible object storage services, allowing S3 based cloud services to run on a FreeNAS platform
  • Enhancements to Active Directory services to maintain services and consistent mappings if networking is disrupted.
  • Updates to Samba (4.6.3) and Netatalk (3.1.10)
11.1 2017-12-13 RELEASE 2017-12-13 11 STABLE Previous Release Changes include the addition of cloud synchronization and preliminary Docker container support, as well as updates to the Angular-based administrative GUI and noticeable OpenZFS improvements for handling large files and multiple snapshots.[31][32]
11.2 2018-07-09[33] RELEASE 2018-12-05 11.2 STABLE[34] Previous Release Highlights from release announcement:[35]
  • New, Angular-based UI
  • Boot loader has changed from GRUB to the native FreeBSD boot loader
  • Jails backend has switched from warden to iocage
  • Support has been added for Self-Encrypting Drives (SEDs)
  • OpenZFS is up-to-date with Illumos
11.3 2019-11-15[36] RELEASE 2020-01-28 11.3 STABLE[37] Previous release Highlights from release announcement:[37]
  • Re-implemented Replication Engine, allows up to 10Gb replication speeds (a 10x improvement), resume support on failed transfers, as well as ability to replicate locally.
  • ACL Manager – Allows setup and management of SMB ACL's directly via the FreeNAS web interface.
  • SMB Shadow Copies are now enabled by default for new shares – Note: Snapshots will only show up in Windows “Previous Versions Tab” if the snapshot USED size shows changes to the file.
  • A repository of Community plugins has been created, users can now create and distribute 3rd party plugins which are not officially iXsystems supported.
  • Updated translations for Czech, French, Japanese, Russian, and Simplified Chinese. Additionally, the process to add additional translations has been greatly improved.
  • iSCSI Wizard – Streamlines the process of creating new iSCSI targets down to a few clicks.
  • Alert System Overhaul – More granular alerts, as well as controls to set alert thresholds.
  • Dashboard Updates – The initial dashboard now shows a live view of system status, including network traffic, CPU / memory utilization and more.
  • NAT Support for Plugins – Eliminates the need for each plugin to have a dedicated IP address on your network.
  • Full featured 2.0 API – Includes both REST and Websocket connections, allowing FreeNAS to be fully scripted and driven via the same API used by the web-interface.
  • Large Pool Creation Assistance – When creating ZFS pools with large number of disks, the UI provides an automated way to repeat a VDEV layout across all remaining disks.
  • ZFS Performance optimizations across the board for many different workloads.
12.0 2020-10-20 12.0-U8.1 2022-4-22 12.0-STABLE Previous release Highlights from release announcement.
  • Native ZFS encryption, allowing per-dataset encryption and
  • 2-factor authentication support, allowing an extra layer of security when accessing TrueNAS
  • KMIP support - allowing interfacing with KMIP servers for storage and retrieval of passwords and encryption keys
  • TrueNAS API 2.0 now supports API keys for remote access. API v1.0 has been deprecated.
  • Fusion pool support, allowing flash-based VDEVS that store metadata and small-block IO
  • OpenVPN support (both server and client)
  • TrueCommand cloud client integration[20]
13.0 2022-5-10[38] 13.0-U3.1[39] 2022-11-16 13.0-U2 Current release Highlights from release announcement.
  • TrueNAS 13.0-U1.1 SMB fixes
  • ZFS 2.1.5 updates
  • SAMBA 4.15.9 updates
  • SMB1 Security vulnerability resolution
  • NextCloud Jail installation fixes
  • Intel E810 NIC performance improvement
  • Collected memory leak fix
  • AWS S3 Secret Keys for Cloud Sync fix
TrueNAS SCALE Version History
Branch Initial Release Latest Build Status Notes / Changes
22.02.0 February 22, 2022 GA RELEASE Previous Release Highlights from Release Announcement
  • Add ability to make fenced reserve disks based on detected zpool
  • Mount locally joined Gluster Volume
  • Allow disabling docker image updates
22.02.0.1 (Security Hotpatch) May 3, 2022 RELEASE Previous Release Highlights from Release Announcement
22.02.1 May 3, 2022 RELEASE Previous Release Highlights from Release Announcement
  • Added Netdata Application
  • Get usage stats of docker images being used by ix-chart
  • Document return type(s) of public endpoints of gluster plugin
  • add truenas/py-nvme to scale-build
22.02.2 (22.02.2.1 Hotpatch) July 7, 2022 RELEASE Previous Release Highlights from Release Announcement
  • Changed User Certificate's to no longer be exposed in debug
  • Fixed memory leak in netif.list_interfaces()
22.02.3 August 9, 2022 RELEASE Previous Release Highlights from Release Announcement
  • Enclosure Management for SCALE
  • Improvements for Boot Time on Enterprise Hardware
  • Merge ZFS 2.1.5
22.02.4 September 27, 2022 RELEASE Previous Release Highlights from Release Announcement
  • New cloud sync provider: “Storj iX” (13 and Angelfish)
  • Add NVDIMM HA mirroring to TrueNAS SCALE
  • No support for Netgroups from LDAP
22.12.0 December 13, 2022 RELEASE Current Release Highlights from Release Announcement
  • Root-less Security
  • Storage WebUI delivers some massive improvement
  • Kubernetes CSI Driver for Clusters
  • Apps GPU Acceleration, includes Alderlake integrated GPUs
23.10.0 TBD target: October, 2023 PRE-ALPHA Next major release Highlights from pre-release Announcement
  • Completely redesigned Apps GUI

Current TrueNAS CORE Release Features

Features and Jails shown are for the 13.0 branch.

Administrative features

  • Web-based graphical user interface with optional SSL encryption
  • Localized into over 20 languages[40]
  • Web, console, and SSH access configurable
  • Plug-in Architecture (see list below)
  • Performance graphing
  • Wide range of configurable alerts and alerting mechanisms, including log emails and reporting notification
  • Downloadable configuration file and encryption keys
  • S.M.A.R.T. disk diagnostics
  • Local certificate management, including Certificate Authority role.
  • 2 factor authentication, LDAP, Active Directory, RADIUS, IPSec, Kerberos and other authentication/user management systems supported in FreeBSD and therefore available for TrueNAS (Note: some but not all supported in GUI).

File system features

  • Highly resilient ZFS file system with Feature Flags (OpenZFS v5000) and theoretical storage limit of 16 Exabytes. ZFS file system features are fully configurable and include:
  • Compression (including lz4 and gzip),
  • Full-volume encryption (Disk encryption with GELI and AESNI hardware acceleration),
  • Snapshots (which can be near-continual; snapshotting every 15-30 minutes is not uncommon),
  • Data deduplication
  • User quotas
  • Physical disks are fully portable and can be moved without data loss to other FreeNAS servers, or to any other Operating System that supports a compatible version of OpenZFS.
  • Data reliability features - mirroring / RAID (including ZFS RaidZ), multiple copies of selected data and metadata for reliability, and entire-system checksumming and background data repair as needed ("scrubbing") (see also: ZFS generally, which was designed expressly with the aim of ensuring data preservation)
  • Server reliability features
    • Replication and failover
    • Multi-version boot environment - the boot menu provides access to previous versions of TrueNAS which have been upgraded. In the event of a boot issue or system problem, TrueNAS can also load any of these at boot, as "known working" versions, without "rolling back" the syste
    • Disk read and data import for UFS2, NTFS, FAT32 and EXT2/3
    • User/Group permissions - Classic Unix/Linux permissions and/or ACL based (including ACLs for Microsoft file systems)

Built-in network services and features

  • Protocols as standard - Samba/SMB/CIFS (for Microsoft and other networks), AFP (Apple), NFS, iSCSI, FTP/TFTP
  • LDAP and Active Directory client support with Windows ACLs
  • Apple Time Machine and Microsoft File History/Previous Versions support
  • rsync data sync and replication (server/client)
  • Link aggregation and failover
  • VLAN networking
  • Dynamic DNS client
  • Remote syslogd forwarding
  • SNMP monitoring
  • Wide range of networking hardware and environments supported by FreeBSD, including copper cable, fiberoptic cable, WiFi
  • Supports jumbo frames, hardware offloading (exact features offloaded vary by adapter), high bandwidth servicing (10G+)

Other

  • UPS (Uninterruptible power supply) support
  • Virtual Machine host and management with GUI based management
  • Jail management and templates - As of 11.0 release, TrueNAS(Formerly FreeNAS) is part-way switched from warden to iocage as jail manager; full iocage support is planned for 11.1
  • iozone, netperf, OpenVPN, tmux and other utilities
  • Over 20,000 packages and ports available and able to be installed from FreeBSD repositories.

Uses

  • SoHo, SMB and Enterprise file serving
  • Virtualization server storage backing (Windows, Linux, FreeBSD, PCIe pass-through)
  • Media center audio/video serving and streaming to DLNA devices
  • Application Services Apps (Helm Charts), Docker Containers, Kubernetes, App Catalogs, GPU Sharing (TrueNAS SCALE)

Awards

  • VMware — "Ultimate Virtual Appliance Challenge, Consumer"[41]
  • sourceforge.net — Project of the Month, January 2007[42]
  • InfoWorld — Best of open source in storage[43]
  • MES Matters 2022 — Key Vendors Serving the Mid-Market[44]
  • Best In Biz Award — Most Innovative Product Line of the Year[45]
  • Tech Target Storage Magazine Gold Award — Asigra TrueNAS Backup Appliance[46]
  • Gartner Peer Insights Customers' Choice 2023 for TrueNAS Enterprise[47]
  • TrueNAS recognized as a Digital Public Good in 2023[48]

See also

References

  1. ^ "Hardware Requirements".
  2. ^ iXSystems FreeNAS Mini NAS Review - Tom's Hardware
  3. ^ The Arc NAS distribution shootout: FreeNAS vs NAS4Free | Ars Technica
  4. ^ FreeNAS: Flexible, fast storage, and price is right | Network World
  5. ^ FreeNAS — network-attached storage with ZFS [LWN.net]
  6. ^ FreeNAS releases version 11, so let us put the unpleasantness of failed V.10 behind us · The Register
  7. ^ There's inexpensive NAS and then there's FreeNAS | Computerworld
  8. ^ "Project of the Month, January 2007". SourceForge. January 2007. Archived from the original on 2008-03-13. Retrieved 2013-08-23.
  9. ^ "Interview with Olivier Cochard-Labbé, Founder of FreeNAS". BSD Magazine. Retrieved 2013-08-23.
  10. ^ "FreeNAS 8 Beta released". Warner Losh. Retrieved 2013-08-23.
  11. ^ "What's New with FreeNAS". FreeNAS Team. Retrieved 2013-08-23.
  12. ^ "FreeNAS 9.1 Release Notes". FreeNAS Team. Archived from the original on 2014-06-29. Retrieved 2017-03-27.
  13. ^ "FreeNAS 9.2 Release Notes". FreeNAS Team. Archived from the original on 2014-08-29. Retrieved 2017-03-27.
  14. ^ "FreeNAS 9.3 Release Notes". FreeNAS Team. Archived from the original on 2014-12-25. Retrieved 2017-03-27.
  15. ^ "FreeNAS 9.10 Release Notes". FreeNAS Team. Archived from the original on 2016-03-26. Retrieved 2017-03-27.
  16. ^ "FreeNAS 10-ALPHA is now released!". FreeNAS Team. Archived from the original on 2021-01-06. Retrieved 2017-03-27.
  17. ^ "FreeNAS Corral Release Notes". FreeNAS Team. Archived from the original on 2017-03-24. Retrieved 2017-03-28.
  18. ^ "Important announcement regarding FreeNAS Corral". FreeNAS Community. Retrieved 2017-04-19.
  19. ^ "FreeNAS and TrueNAS are Unifying". iXsystems, Inc. - Enterprise Storage & Servers. 2020-03-05. Retrieved 2020-07-16.
  20. ^ a b "TrueNAS 12.0-RELEASE".
  21. ^ "TrueNAS 12 & TrueNAS SCALE are officially here!". iXsystems, Inc. - Enterprise Storage & Servers. 2020-10-29. Retrieved 2020-10-29.
  22. ^ "TrueNAS SCALE Release Schedule Explained". TrueNAS - Welcome to the Open Storage Era. 2021-10-19. Retrieved 2022-10-13.
  23. ^ "TrueNAS 13.0 Succeeds TrueNAS 12.0". TrueNAS - Welcome to the Open Storage Era. 2022-05-10. Retrieved 2022-10-13.
  24. ^ iXsystems' FreeNAS snapshot - FreeNAS - Open Source Storage Operating System
  25. ^ FreeNAS 9.10 Released
  26. ^ FreeNAS Corral Status: From “RELEASE” to “TECHNOLOGY PREVIEW” Status
  27. ^ Embarrassing! FreeNAS downgrades latest release to 'tech preview' • The Register
  28. ^ FreeNAS 11.0 Released - Phoronix
  29. ^ FreeNAS 11.0 is Now Here
  30. ^ a b FreeNAS 11.0 release notes: Initial testing indicates that the FreeNAS 11 kernel is 20% faster than FreeNAS 9.10
  31. ^ FreeNAS 11.1 is Now Available for Download!
  32. ^ FreeNAS 11.1-RELEASE - iXsystems, Inc. - Enterprise Storage & Servers
  33. ^ "FreeNAS 11.2-BETA1". iXsystems, Inc. - Enterprise Storage & Servers. Retrieved 2019-01-26.
  34. ^ "FreeNAS 11.2-RELEASE User Guide". www.ixsystems.com. Retrieved 2019-01-26.
  35. ^ FreeNAS 11.2 has Arrived
  36. ^ "FreeNAS 11.3-BETA1". iXsystems, Inc. - Enterprise Storage & Servers. Retrieved 2020-01-30.
  37. ^ a b "FreeNAS 11.3-RELEASE". iXsystems, Inc. - Enterprise Storage & Servers. Retrieved 2020-01-30.
  38. ^ "13.0 Release Notes". iXsystems, Inc. - Enterprise Storage & Servers. Retrieved 2022-05-31.
  39. ^ "13.0 Release Notes". iXsystems, Inc. - Enterprise Storage & Servers. Retrieved 2022-12-28.
  40. ^ "FreeNAS translation website". FreeNAS Team. Archived from the original on 2017-05-26. Retrieved 2013-08-23.
  41. ^ "FreeNAS is a Network-Attached Storage (NAS) server". VMware, Inc. Archived from the original on 2008-05-05. Retrieved 2008-02-28.
  42. ^ "Project of the Month January 2007". SourceForge, Inc. January 2007. Archived from the original on 2008-03-13. Retrieved 2008-02-28.
  43. ^ "Best of open source in storage - 2007". InfoWorld. Retrieved 2008-02-28.
  44. ^ "MES Matters 2022 Details". CRN. Retrieved 2022-09-05.
  45. ^ "iXsystems Recognized in 11th Annual Best in Biz Awards for Most Innovative Product Line of the Year". iXsystems, Inc. - Enterprise Storage & Servers. 2021-12-02. Retrieved 2022-09-05.
  46. ^ "Asigra TrueNAS® Backup Appliance Named Backup/DR Hardware Product of the Year". iXsystems, Inc. - Enterprise Storage & Servers. 2019-02-20. Retrieved 2022-09-05.
  47. ^ Inc, Gartner. "iXsystems TrueNAS Enterprise Reviews, Ratings & Features 2023 | Gartner Peer Insights". Gartner. Retrieved 2023-08-09. {{cite web}}: |last= has generic name (help)
  48. ^ "TrueNAS - DPGA Details". app.digitalpublicgoods.net. Retrieved 2023-08-09.