Skip to main content

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:

  1. SSH into your Gateway.
  2. Elevate to root:
    su root
  3. Run the following commands for the accounts you wish to disable:
    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:

  1. SSH into your Gateway.
  2. Elevate to root:
    su root
  3. Run the following commands for the accounts you wish to re-enabled:
    rm -f /opt/haivision/madra/data/disable_haiadmin
    rm -f /opt/haivision/madra/data/disable_operator
    rm -f /opt/haivision/madra/data/disable_user
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.