PrivX Server Fails After Root-Password Reset
When the root password on a PrivX Server is reset, PrivX deployment stops working after reboot.
Potential Solution
This may be due to SELinux relabeling, which resets all the SELinux labels and denies Nginx access to custom ports. This can be fixed by rerunning the post-installation script:
sudo /opt/privx/scripts/postinstall.sh
Then restart the PrivX and Nginx services:
sudo systemctl restart privx
sudo systemctl restart nginx