How to Install TrueNAS Scale/Core on a Terramaster NAS
If you’re new to private server storage, you’ve probably heard the phrase “everything runs on Linux.” While that’s not entirely true (many other platforms exist with their own foundations), Linux remains the dominant base for much of the software we use daily—including Network Attached Storage (NAS). When it comes to NAS, most new or less experienced users fall into two main categories:
- DIY Enthusiasts – Those who prefer to build their own systems, optimizing costs and flexibility with open-source platforms like TrueNAS Scale (the Linux-based counterpart to the popular TrueNAS Core on FreeBSD).
- Turnkey Buyers – Those willing to pay extra for a prebuilt system, even if it means dealing with some software limitations.
But what if you want the best of both worlds? Good news—you can have it! In this guide, I’ll show you how to transform TerraMaster’s highly affordable NAS solutions (arguably the best value on the market right now) into a TrueNAS -powered, ZFS-backed NAS system. Even the 2024/2025 models come well-equipped with multiple NVMe support (the F8 SSD PLUS as a particular stand out device), 2.5GbE networking, embedded graphics CPUs, and more, making them a fantastic base for a Linux NAS.
Best of all, setting this up is much easier than you might think, completely reversible, and provides you with the customization and flexibility of TrueNAS while still benefiting from a prebuilt 24/7 server at an unbeatable price. Sounds great, right? Let’s get started with the step-by-step guide!
Note – You can watch my FULL 30 Min+ beginners Guide to installing TrueNAS on a Terramaster NAS Here
TrueNAS on Terramaster – What You Need?
Before you begin, it’s important to note that simply owning a TerraMaster NAS isn’t enough. To get TrueNAS up and running, you’ll need to complete a few preliminary checks and have a few extra items—many of which you may already have at home or in the office. If not, a quick $10 purchase online should cover it.
To upgrade your TerraMaster NAS to TrueNAS , make sure you have the following:
- A Terramaster NAS Drive with (minimum) an Intel 64bit x86 CPU and a minimum 2GB of Memory (recommended 8GB+)
- Download the latest stable release of TrueNAS here as a system image (you will be converting this to USB later on) – DOWNLOAD
- Any Data that is currently on the Terramaster NAS RAID that is mission critical to be backed up or moved (as it will be completely formatted)
- A USB drive no bigger than 9mm x 17mm x 20mm ( I STRONGLY recommend THIS ONE here from Sandisk, as it is low price and incredibly small, even at 32GB)
- I recommend not using a USB larger than 32GB, due to the constraints of 1st party software to format larger than this in FAT32. Don’t be tempted to spend like $2 more for a 64GB, as the TrueNAS installation will occupy the full USB space (as you will create a system-image-USB) and space is utterly irrelevant when the TrueNAS installation is so small
- A Disk Image to USB conversion too. I recommend ‘Rufus’, currently in ver 3.19 and can be run in a portable .exe form that doesn’t require installation – DOWNLOAD
- A basic USB Keyboard (example HERE but really, any will do) and an HDMI Monitor (or simply any device that has an HDMI input – NOT output) such as a TV or Capture card
- Hard Drive and/or SSD media (you should already have these, but just in case) for your storage
- Optional – Download Advanced IP Scanner HERE, as it is a really useful tool for analyzing your network and finding your new TrueNAS NAS for remote access
That is about it. Most of these (maybe not the USB drive at that physical size) you will almost certainly already have to hand.
Can I Reverse the TrueNAS Installation back to Terramaster TOS?
Almost certainly, yes! However, there is one key consideration. When switching from TerraMaster’s TOS to TrueNAS , the internal drives (HDDs and/or SSDs) will be formatted to ZFS, meaning they won’t be recognized by TOS if you choose to switch back later.
The good news? Reverting back is incredibly easy—all you need to do is replace the internal USB drive and reboot the system. However, switching between NAS operating systems will wipe the data on the drives, so be sure to back up your important files elsewhere before proceeding.
Now that you’re ready, let’s move on to installing TrueNAS on your TerraMaster NAS!
TrueNAS on a Terramaster NAS – Step 1, Download TrueNAS
Head to the TrueNAS website HERE and download the latest stable release of the software to your local PC, Linux or Mac system. Make sure to remember where you downloaded it.
TrueNAS on a Terramaster NAS – Step 2, Download Rufus USB Image Tool
Head to the Rufus website and download the latest version of that tool – I recommend downloading the standalone executable file here, as then it will immediately run when you double click the file, without installation etc. It may redirect you to Github, but it will be the same executable file. Once again, remember where you downloaded it.
TrueNAS on a Terramaster NAS – Step 3, Preparing the USB
Connect the small form factor USB Drive to your system (again, this is the one I used from Sandisk) and after a few seconds, it should appear as an available USB Drive. The drive MAY need formatting (you will be prompted to do so), if that is the case, then you can format it via the system prompts and by default, it will format it to FAT32 (as long as your USB is less than 32GB). If you are not presented with a system prompt to format your USB, then you can head into My PC, or My Computer via a windows computer and right-click the drive, select ‘format’ and format it that way.
If you have used the USB for other things previously, there is a chance that the drive has existing partitions in place. For that, the quickest way to completely remove any partitions is to open up the bottom-left windows system menu as normal, and then just type diskpart and open the command-line GUI tool. From there, use the command list disk to show the available drives that are connected, you will see your USB (normally disk 1 or 2, but can differ depending on your system layout and can be spotted by the storage amount). From there, type select disk # (where # is the drive number that your USB is shown as) and then type clean, which which will then remove any index structure for the drive (i.e the partitions and existing format) and then you can go back to the My Computer/My PC page and format the drive to FAT 32 as normal.
TrueNAS on a Terramaster NAS – Step 4, Creating a USB Installer Image of TrueNAS
Open the Rufus application and from there you will see the USB Drive (listed as NO NAME, or ‘UNTITLED’, ETC) at the top. From there, look to the select image/find image option (depending on the ver. of Rufus or your USB Image Creator tool of choice) and find the TrueNAS disk image you downloaded earlier). If the drive is not listed, it may have downloaded as a compressed/archive file. If that is the case, head to the location of where you downloaded TrueNAS (in your file explorer, not in Rufus) and right-click the file you downloaded. If the option to ‘extract‘ is visible, then you can extract it (i.e unpack it to the original form) in that same download directory. From there, head back into RUFUS and then the TrueNAS system image should be visible. Select it, then run the Rufus System image creator tool and create your USB bootable TrueNAS disk image.
REMEMBER! This will completely format your USB drive and any files that are on that USB will be destroyed. The system image creator tool will turn the USB into a pure boot image tool – the USB will not be usable for traditional storage again unless you completely format it again.
TrueNAS on a Terramaster NAS – Step 5, REMOVE THE USB FROM YOUR PC!!!!!!!!!
Really, really important and sometimes overlooked. Once the USB creation is completed, you need to remove the USB (using the eject hardware safely option at the bottom right of your windows machine taskbar as normal). DO NOT accidentally leave the USB in your USB Ports for any longer than necessary. If you leave it in and your system reboots at any point (eg in a normal ‘end of day shut down, go home, reboot tomorrow’ scenario), then the system might boot directly into the TrueNAS installation and although it is easy to exit from, it can change your system default boot preferences, maybe even remove your primary boot drive as the OS drive – requiring a little messing with a windows installation disk to change it back. The odds of this are very small, but not zero, so make sure to safely remove your USB drive when the TrueNAS system image creator tool is completed.
TrueNAS on a Terramaster NAS – Step 6, Opening up your Terramaster NAS
This next step is going to differ depending on the Terramaster NAS Drive you are choosing to use. For this guide, I am using a 2022/2023 generation F4-423 4-Bay NAS, but the general steps are the same for any Terramaster NAS (though the location of the USB will differ) (the F8 SSD PLUS for example has a particularly secluded USB key internally). With the Terramaster NAS disconnected from the network and from any power source. From there you will need to remove the external casing. In the case of most Terramaster NAS, the chassis is held by 4-6 screws on the rear of the casing that, when removed, allow you to remove the rear pannel+fans and slide the internal framework out the front of the casing (be sure to check the fans are not disconnected accidentally in this process). IMPORTANT – Remove any HDD/SSD Media during the dismantling of the Terramaster NAS chassis, as it would be so, SO easy to harm these with accidentally dropping/motion damage. No need to remember the order of the drives when you re-install them, as they are going to be formatted during the TrueNAS installation.
Now, if you take a closer look at the main controller board of the Terramaster NAS (the one with network/USB ports attached, not the one that the HDD/SSD bays are on), you will spot a VERY small USB module in a tiny USB port. It should look something like this:
Now, THIS is where the default Terramaster TOS NAS software installation is kept. This is NOT where the OS actually runs from, but this is where the system checks in it’s BIOS when booting to find installation media (IF the system does not already have an active OS on the drives). Very delicately (as it IS a small USB and likely tucked in next to some other delicate components) remove the USB there is there, put it somewhere safe (as you will need this if you ever want to return the Terramster back to a TOS software system) and then replace it with the USB from earlier that has the TrueNAS system image you created in Rufus. THIS is why you needed a very small USB, as otherwise there is simply no way you would fit a traditional USB flash stick in the space provided.
That is pretty much it. This only other thing to factor in here is IF your Terramaster NAS does NOT have an external HDMI port. Most Terramsater NAS released in 2020-2025 have an HDMI port on the rear that although largely useless in TOS, is still accessible (something you will need for TrueNAS initialization. However, some Terramaster NAS with Intel Processors have the HDMI Port located INSIDE the main chassis (especially the older great box 2019-2020 gen devices). So, IF your NAS has an inside HDMI port, you are going to need to connect an HDMI monitor to it and run the initial installation (covering in a bit) with the chassis in this open state. After installation is complete, you can close the Terramaster NAS chassis up. Otherwise, if your NAS already has an external HDMI port, you can go ahead and reconstruct the NAS chassis. Essentially, if you NAS has integrated graphics (Intel Celeron, Pentium, N100, N305, Core, etc), you will have an HDMI output.
NOTE – If you plan on upgrading the memory of your NAS to 8GB-16GB (in order to use ALL of the features of TrueNAS to their fullest extent), I would recommend doing so at this point before rebuilding the physical chassis again, as many Terramaser NAS have the 2nd SODIMM memory slot in really tight locations.
TrueNAS on a Terramaster NAS – Step 7, Accessing the HDMI Port and Keyboard Control
Next, you need to start getting the system ready for Initialization and Setup. I would strongly recommend running the first-time installation via a direct interface with the Terramaster NAS. You will need to connect an HDMI Monitor/TV/Capture Card to the HDMI port of the NAS, a Keyboard (and/or mouse) to an available USB port) and then connect the power/network connections to the NAS and boot the device up.
After a few minutes, the TrueNAS GUI/Command will appear on your monitor and all you need to do is navigate the config choices to set up your TrueNAS NAS the first time.
Important – TrueNAS Scale/Core runs at its best when it is run on a separate drive from your storage. Much like an Operating System, you can install TrueNAS on an available SSD in a SATA or NVMe SSD slot in the Terramaster NAS, then (after initialization) you can go into the TrueNAS > Storage area and create a pool of storage using the available storage media bays,
It is NOT recommended that you install it on a USB drive, for reasons of speed and power-connections.
After you have completed the setup and are back at the initial TrueNAS boot menu, select the ‘SHUTDOWN‘ option (not reboot/restart, for reasons I will explain in a moment).
TrueNAS on a Terramaster NAS – Step 8, Remove the Boot USB Drive
Once your Terramaster NAS has fully powered down, you need to disconnect the storage, power and any other cables, then open up the Terramaster NAS again (if it was re-constructed from earlier) and then remove the USB drive you installed earlier with TrueNAS boot loader on it. You need to do this as otherwise, when you reboot the Terramaster NAS, it will reboot into the bootloader again. You can skip past this and/or it will not action a reinitialization without your input, but better to remove the USB and therefore allow the system to always immediately boot into the TrueNAS system. After you have reconstructed the terramaster NAS, you can go ahead and connect all the cables and power on the device.
Note – Do NOT replace the USB with the original Terramaster USB Drive that it arrived with, or the system will auto boot into the Terramaster TOS Installation setup.
TrueNAS on a Terramaster NAS – Step 9, Reboot the NAS
Upon rebooting the Terramaster into TrueNAS (can take up to 5 mins, but usually much quicker). You have two options with how to access the configuration and controls. You can use the HDMI+Keyboard if you choose for console/command level access, but it will be ALOT higher a learning curve than the network GUI.
Alternatively (much more recommended), use a program such as Advanced IP Scanner, which is free and VERY useful anyway, or even network command prompt) to scan your local area network and find where the Terramaster with TrueNAS is located (i.e it’s IP). This IP (eg 192.168.1.111) is what you put into the URL bar ofay web browser and it will load into the login GUI for TrueNAS . From here you will need to use the username ‘root’ in combination with the password that you created during initialization.
And that is about it. You now have TrueNAS installed as the default OS of your Terramaster NAS. From here you can do anything and everything that his highly regarded ZFS powered server software offers. Head into the Storage area and start creating pools, as well as areas for caching and lots more features.
TrueNAS Core was recently updated to ver.13 in a stable release of the FreeBSD format, as well as new improvements in the Linux-based version ‘TrueNAS ‘. The first thing you are going to need to do when setting up your TrueNAS > Terramaster NAS server is set up your storage. Do this by heading into the storage tab and following the handy steps on screen. After that, you can pretty much do anything on your new ZFS NAS!
You can find out more about TrueNAS in my full review below that covers everything I like and dislike about the platform:
Thanks for reading! I hope this guide has helped you make the most of your storage setup. If you’d like to support my work and help me create more guides, reviews, and tutorials on NAS and related topics, there are several ways to do so—I’d truly appreciate any support!
- Visit the “Support NAS Passion” page [HERE] to explore different ways to contribute.
- Use the links below when shopping for NAS hardware—purchasing through these links earns us a small commission (at no extra cost to you), which helps keep the site running.
- Spread the word! If you found this guide useful, share it with friends, colleagues, or on your favorite social media platform.
Thank you again for your support, and have an amazing week!
Where to Buy a Product | |||
VISIT RETAILER ➤ | |||
VISIT RETAILER ➤ | |||
VISIT RETAILER ➤ | |||
VISIT RETAILER ➤ | |||
VISIT RETAILER ➤ |
📧 SUBSCRIBE TO OUR NEWSLETTER 🔔
🔒 Join Inner Circle
Get an alert every time something gets added to this specific article!
This description contains links to Amazon. These links will take you to some of the products mentioned in today's content. As an Amazon Associate, I earn from qualifying purchases. Visit the NASCompares Deal Finder to find the best place to buy this device in your region, based on Service, Support and Reputation - Just Search for your NAS Drive in the Box Below
Need Advice on Data Storage from an Expert?
Finally, for free advice about your setup, just leave a message in the comments below here at NASCompares.com and we will get back to you. Need Help? Where possible (and where appropriate) please provide as much information about your requirements, as then I can arrange the best answer and solution to your needs. Do not worry about your e-mail address being required, it will NOT be used in a mailing list and will NOT be used in any way other than to respond to your enquiry.(Early Access) Intel N150 CPU NAS PLEX Media Server Tests
(Early Access) AI in NAS & Servers – Hype vs Reality
(Early Access) Lincstation S1 NAS Review
(Early Access) GMKTec NucBox G9 NAS Review
(Early Access) $30 WiFi 7 USB Adapter - Real or Scam?
(Early Access) Intel N95 CPU NAS PLEX Media Server Tests
Access content via Patreon or KO-FI
I’m stuck on my Terramaster F2-223. Where can I go to get help?
REPLY ON YOUTUBE
Thanks for this huge help
REPLY ON YOUTUBE
Why would you use the USB slot on the inside to install and not the ones on the back? Do those not work to run the installer? Seems like they should. Can you put a USB on the inside and install to that from a installer from a USB stick on the outside?
REPLY ON YOUTUBE
Im having an error on my end. The USB stick isnt going into the Truenas installation its saying “unknown filesystem” and “grub rescue>”.
Im assuming i messed up the usb stick but ill reformat it and see.
REPLY ON YOUTUBE
Have no idea what is going on those permissions.
However.. on my xcp-ng server all i needed to do was to pass through an lsi controller and plug in a disk and by magic it picked it up immediately. Dropped in 5 more driver and a few seconds later i has a zfs pool.. v cool
REPLY ON YOUTUBE
Great video. Can you please provide spec/details of the DDR4 you used? Thanks
REPLY ON YOUTUBE
Why not install TrueNAS on the USB in the first place? Why spend a drive on the OS?
REPLY ON YOUTUBE
Great Video!
Point to note.
During the initial install of Truenas on TerraMaster,
You can use either of the rear usb ports also.
But still make sure to FIRST PULL THE OEM Thumb drive out of the system.
Saves you from having to fight that little bugger back in there. And you can use pretty much any thumb drive.
I just used standard old sd card that I had laying around.
Plugged It Into a usb sd card reader/writer.
As long as the BIOS recognizes it in the settings, your good to go.
Another advantage. You wont have to open the machine twice when needing to pull the install drive out.
REPLY ON YOUTUBE
Does this also work with older versions of the Terramaster NAS systems?
REPLY ON YOUTUBE
I just want to say thank you! I have been watching your videos for a bit now and the passion, and need for the truth with no bull sh#t comes through along with the love of what you do. That’s why I can sit and listen to an hour about True Nas and it is compelling at 58 minutes just as it was at 2 minutes. So again thank you for the incredibly tedious and hard work that you do!
REPLY ON YOUTUBE
Why can’t you use one of the other usb ports to install from? Have you tried booting from a port more accessible, after removing the small TOS usb?
REPLY ON YOUTUBE
The best way I’ve heard Terramaster described is “awesome hardware bootleg software” so it’s nice to be able to change the OS
REPLY ON YOUTUBE
I would love to do this but the unit i have doesn’t have a HDMI port :/, anything i can do?
REPLY ON YOUTUBE
Does TrueNAS recognize the two onboard M.2 SSDs of the TerraMaster F4-423 so that you can choose one of them during the installation ? I would be interested in, how to configure/integrate these two SSDs in the TrueNAS setup to get the best ZFS performance and reliability ? I have to say, I am pretty keen to use a TerraMaster T6-423 with TrueNAS to replace my good old QNAP, which does not get Updates anymore????
REPLY ON YOUTUBE
may you could make a video about how to install Xpenology on a Terramaster NAS.
REPLY ON YOUTUBE
Thanks a lot for the excellent video!
Would it be possible to give the part number of the 16Gb Crucial ((I have the 8Gb one) ?
Thank you very much.
REPLY ON YOUTUBE
Anyone installed the app on mobile phone for this device.?
I’m trying to do this after following the full guidelines on setup , and for over 24 hrs I’m trying to add to my phone and see the Nas, but can’t login.
On my Pc and sharing on my network is ok, i can see and connect, but once I’m open my app on phone, i can’t login.
I’m using my user name and password,but on last option said,, PLEASE INPUT TNAS ADDRESS “. That’s the problem i just can’t understand,what do i need to add there.
Any help or advice will be really appreciated.
Thank you
REPLY ON YOUTUBE
Do you reccomend truenas scale over unraid?
REPLY ON YOUTUBE
This mini series quickly became my favorite way to think about backups. Small form factor, small power foot print, just some big drives and a schedule to back some data up.
REPLY ON YOUTUBE
It probably won’t say “I hate seagulls” in your case in the terminal window if any of you at home are doing this for yourself.
REPLY ON YOUTUBE
Been waiting for this video! I want to do this setup
REPLY ON YOUTUBE
I have the TerraMaster F2 423, and I replaced the OS USB with an empty USB drive. I used the rear USB slots to load TrueNAS Scale onto the empty USB drive. I also used the 2x M.2 Slots for 128G SATA SSD’s as Cache drives. The 2x Hotswap Drives are 14TB HDDs mirrored. I also installed an additional 32G of mem on the bottom leaving the original 4G of mem in place. TrueNAS on the USB drive as the OS works fine with no issues for the past 4 months. File read and writes are better than expected.
REPLY ON YOUTUBE
Did you install a 16gb ram module? I see 20GB ram on the dashboard in the video
REPLY ON YOUTUBE
I have a 2 bay terramaster an I am thinking of upgrading to a 4 bay terramaster. Will I have to reformat my drives if I do this?
REPLY ON YOUTUBE
Thanks!
REPLY ON YOUTUBE
is it possible to install truenas on qnap? or any other brands?
REPLY ON YOUTUBE
Was thinking of doing this so great guide thx. Could you confirm if like the. F4-421 and f4-422, the f4-423 has 5 sata ports on the back plane? From the vide looks like the have reduced it to 4 was hoping to modify and use as 5 bay.
REPLY ON YOUTUBE
I am truly on the verge on doing the same setup as i am quiet happy with the flexibility that ZFS/TrueNAS is offering. If only QuTS Hero was made available on more NAS systems.
REPLY ON YOUTUBE
Your face trying to assemble back the Terramaster is just hilarious :).
REPLY ON YOUTUBE
Alles sehr schön. Aber zuerst zusammen die Nummern 10 und 1. Eine empr.ONLINE Brünette und eine anderek Blondine. Es wäre unfair, wenn ich 4 wählen würde
REPLY ON YOUTUBE
i would only use ZFS when they allow you to expand your errays like raid5 lets you…
REPLY ON YOUTUBE
At first a 1-hour video seemed long, but every point mentioned was pertinent. And it’s the weekend anyway, so. 😉
Only addition I would have liked is an overview of network shares management.
And you are spot-on my user usecase/profile: Home techie power user currently using a Synology that likes its simplicity but that still keeps an eye on other totally open source platforms for a bit more control/flexibility (and lot more verbose logs!!). And so I agree with every single of your comments.
Indeed, an “easy” mode in TrueNAS or more wizards across the system would be greatly helpful because I may be tech-savvy at some level, still maybe not quite the TrueNAS level.
So to have something to bridge the gap between current TrueNAS “complexity” and Synology DSM “simplicity” would be perfect.
The other thing that makes me hesitating from leaving Synology ecosystem is the turn-key/hand-holding/well-integrated (DSM/mobile) apps. But even there — and it’s one of the reasons I’m looking elsewhere — is that in the recent years Synology has seemed to neglect all their non-business apps.
REPLY ON YOUTUBE
Compare this to UnRAID also.
REPLY ON YOUTUBE
I would find it very interesting.
If u would test out TrueNAS scale ad the review u have made now about TrueNAS Core.
It’s out of beta and in the release channel.
And it opens up a tons of possibilities as a Linux user, because of docker and k8s.
I really trust and enjoy ur indept reviews.
It would be great to see that for TrueNAS SCALE.
Best regards from me.
REPLY ON YOUTUBE
Adding a comment here to your most recent upload, hoping to get a reply. Watched 100’s of your uploads now. I need a new nas (4-10 bays). My old one died. Won’t be editing on it or doing anything taxing (fancy) with it, so not bothered with nvme caching etc. Just storing/accessing files locally via LAN. Best option? (Ideally with faster than 1.0GBe)
REPLY ON YOUTUBE
I’d be all over TrueNAS (and/or Proxmox), but I have a QNAP TS-453D and for the life of me I cannot boot off the internal drives. No, I am not happy booting off an external USB drive. Do you, or anyone, have any tricks to be able to boot directly off the internal drives on a midrange QNAP device?
REPLY ON YOUTUBE
Please compare to Unraid too. Thanks. ????
REPLY ON YOUTUBE
There is a debian version of truenas called truenas scale
REPLY ON YOUTUBE
Sweet! Great deep dive as always without being intimidating for us newbies rob! – bit the bullet last year on a tvs-h1288x due to your coverage and don’t regret it as it’s been great overall but with all the gross stuff that’s been happening in the qnap camp, definitely considering potentially repurposing it for a truenas. Possible?
REPLY ON YOUTUBE
I’m looking into a NAS system. But I don’t know how much I want to do with it. Right now I only want storage. But I also bought a raspberry pi 4 just for experimenting, and now I have: an add sinkhole, VPN server, Home Assistent, link to smart meter, DDNS server, selfhosted Bitwarden, node red, ZigBee network, and on and on… In just three months. So yea.. it will probably not only be for storage and will take over all tasks from the pi, start media server, couch potato, radarr, lidarr, security cameras with AI face detection, etc. I think I just have to go with TrueNas because eventually I want it all….
REPLY ON YOUTUBE
I was using freenas/truenas before I got a qnap for ease of use. Truenas wipes the floor with qnap, you just need some patience to get your head around the user interface. Please also advise everyone that you can run truenas on an old pc or in a virtual environment to test.
REPLY ON YOUTUBE
Yayyyyy Robbie is back! I bought a qnap based on your review. Your info was great. Its a shame that qnap decided to, there is no delicate way of saying this, shaft thier user base. I really think this is a fantastic idea and would love to see more of your valuable input. Might be time to get the big hammer out and doctor my tvs-1282. Once more it’s good to see you with your enthusiasm for nas. You are back on the watch list. Thank you Robbie.
REPLY ON YOUTUBE
Thanks for this look at TrueNAS. I’m eagerly awaiting your review of that IXsystems box you’ve got there as well as a “Setting Up” video on it. If at all possible it would be nice if you showed a basic, recommended system setup from the point of view of Joe, Jane and Baby Bag-O’Donuts.
REPLY ON YOUTUBE
is there a light mode?
REPLY ON YOUTUBE
I like to see a video how well Plex would work, for transcoding and server multiple users…????
REPLY ON YOUTUBE
Wow, great timing on this review. Been thinking about setting up a freenas box myself.
REPLY ON YOUTUBE
IX-Systems in the UK????
REPLY ON YOUTUBE
Appreciate the DIY coverage!
REPLY ON YOUTUBE
Will you cover TrueNAS Scale??
REPLY ON YOUTUBE
Make a video on how to set up a personal web server, to host a website. If that is possible, using plugins and addons. On TrueNAS Scale.
REPLY ON YOUTUBE