tunefs -p /
# Ensure filesystem is cleanfsck -y# Enable ittunefs -t enable /reboot
# Control it, /dev/gpt/rootfs should have noatimecat /etc/fstab# Set it, change "rw" to "rw,noatime" inside /etc/fstab
# Create a file that is injected into the config creation, prefix name of the file is important, must be "server_".# Example /usr/local/etc/unbound.opnsense.d/server_manual_hosts.conf# Insert something like this that points to the machine that runs the unifi network app or machinelocal-data: "unifi A 192.168.1.10"# Save and test configurationconfigctl unbound check# Login to one of your APs and run a nslookup unifi
# Log into root consoleopnsense-code tools ports src# htopcd /usr/ports/sysutils/htopmake install# ncducd /usr/ports/sysutils/ncdumake install