Setup and Install on Proxmox
From Notes_Wiki
Home > Storage server > TrueNAS > Setup and Install on Proxmox
TrueNAS setup
- Open a browser, go the URL: https://www.truenas.com/download/
- Login with any email or click no thanks, I've already signed up to download the ISO
- Download 25.10.1 or the latest ISO
Installing trueNAS
- Upload ISO file to Proxmox
- Create a new VM with 50 GB disk for the OS
- Add 4 100GB disks (SATA) for storage
- Start the VM
- Click Install/Upgrade
- Select the 50GB disk for OS installation
- Select Configure using Web UI
- After the installation process, click Reboot System
- wait for booting to complete
Assigning IP
- After booting, Enter 1 in CLI
- Select ipv4_dhcp to No
- Give the IP address in aliases
- Click Save
- Press a to apply the changes
- Press p to persist the changes
- Press q to quit
- Enter 2 in CLI
- Give the ipv4 gateway
- Click Save
- Open truenas web console with the https://<IP-address> in a browser
- Set password for truenas_admin user and login the web console.