Skip to content

How can I prevent access to the Ant Media Server Web Panel? #5123

Answered by Mohit-3196
timantmedia asked this question in FAQs
Discussion options

You must be logged in to vote

To restrict access to the Ant Media Server's web panel to specific IPs, you can follow these steps:

  1. Open the server configuration file, which is located at /usr/local/antmedia/conf/red5.properties

  2. Locate the property server.allowed_dashboard_CIDR within the configuration file. By default, it allows all IPs to access the web panel with the value server.allowed_dashboard_CIDR=0.0.0.0/0

  3. Modify the configuration to specify the CIDR notation for the allowed IPs. For example, to allow access only from IP addresses 13.197.23.11/16 and 87.22.34.66/8, you would update the configuration as follows:
    server.allowed_dashboard_CIDR=13.197.23.11/16,87.22.34.66/8
    You can add multiple comma-separate…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yashtandon113
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants