Make sure to use the version suitable for your region. Each region has their own license server(s) and therefore their own tool versions.
Download the Vogan package from the customer portal.
Ubuntu
dpkg -i vogan_<region>-<version>_amd64.deb
Review the configuration file:
sudo cat /opt/cyber-compliance/etc/vogan.conf
Optionally update the PATH variable:
PATH=$PATH:/opt/cyber-compliance/bin
Optionally set Vogan to start on boot with a short delay:
echo "@reboot root sleep 10 && /opt/cyber-compliance/bin/vogan -a apply" > /etc/cron.d/vogan-start
Obtain and apply the license:
sudo /opt/cyber-compliance/bin/licreq --client <license-key> sudo cp /tmp/license.dat /opt/cyber-compliance/etc/license.dat
Apply the vogan network restrictions:
sudo /opt/cyber-compliance/bin/vogan -a apply
Remember to test on a pre-production (test) system first.
Rocky
rpm -ihv vogans_<region>-<version>_amd64.rpm
Review the configuration file:
sudo cat /opt/cyber-compliance/etc/vogan.conf
Optionally update the PATH variable:
PATH=$PATH:/opt/cyber-compliance/bin
Optionally set vogan to start on boot with a short delay:
echo "@reboot root sleep 10 && /opt/cyber-compliance/bin/vogan -a apply" > /etc/cron.d/vogan-start
Obtain and apply the license:
sudo /opt/cyber-compliance/bin/licreq --client <license-key> sudo cp /tmp/license.dat /opt/cyber-compliance/etc/license.dat
Apply the Vogan network restrictions:
sudo /opt/cyber-compliance/bin/vogan -a apply
Remember to test on a pre-production (test) system first.