How to change the server port? #5533
-
I have installed Ant Media Server and have enabled SSL and currently, I can access it on port 5443. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@Mohit-3196
After making the change, restart the server.
I hope it helps. |
Beta Was this translation helpful? Give feedback.
@Mohit-3196
Thanks for your question.
In order to change the HTTPS port from 5443 to 443 and HTTP port from 5080 to port 80, you can use the port forwarding. Please check out here.
In order to change the HTTPS port other then 443, go to /usr/local/antmedia/conf folder and edit the red5.properties file to change the https port as below.
https.port=5443
// By default it is 5443 but you can change as per your requirement.After making the change, restart the server.
https://antmedia.io/docs/faq/#how-can-i-change-the-default-http-port-5080
I hope it helps.