Is is possible to change the server port of openvidu

Openvidu server default used a port 5443. Is it possible to change it to another port? Since it is conflict with other program.

Hi,

Inside the host OpenVidu Server is listening in 5443 (no ssl). This port is used by the ngninx process to route petitions to openvidu-server from the external port. So it cannot be easily changed, it would require to change multiple configuration properties in different services. OpenVidu is prepared to change external ports with a simple property, but the internal port is much more difficult.

So if the internal port of your other service can be easily changed, I suggest you do that.

Regards.