Most of the time, I prefer performing system administration tasks using the command line, the documentation is good, however occasionally ambiguous, for example I wanted to set a couple IPs to “Dedicated”, the GUI makes this easy, however the documentation wasn’t specific enough for me to get the job done.
I found the answer in /var/log/hestia/system.log
grep -ris “8.8.8.8” /var/log/hestia/system.log
revealed the answer!
v-change-sys-ip-status ‘8.8.8.8’ ‘dedicated’
I hope this helps someone.