HMG and HSG

Disabling Web User Accounts

With Haivision Media Gateway and SRT Gateway 3.7+, you can disable the built-in web interface user accounts. To disable the accounts, SSH into your HMG or HSG, elevate to root, and run the following commands:

echo >/opt/haivision/madra/data/disable_haiadmin
echo >/opt/haivision/madra/data/disable_operator
echo >/opt/haivision/madra/data/disable_user

To re-enable the accounts, run the following commands:

rm -f /opt/haivision/madra/data/disable_haiadmin
rm -f /opt/haivision/madra/data/disable_operator
rm -f /opt/haivision/madra/data/disable_user