Define default port for server

Hi.

I would like to know if I can define default port for my server. As I saw, currently server are automatically started on 30110 (& 30120 for list).

I would like create independant servers for dev accounts. Each developers will have his own config and his on port. With that i can run multiple servers on 1 physical machine.

It is possible to change default ports ? If no, will this option will be added soon and why it’s not permitted to change port yet ??

Thanks in advance.

3 Likes

Did you ever even open up your cfg? Literary at the top.

endpoint_add_tcp “0.0.0.0:30120”
endpoint_add_udp “0.0.0.0:30120”

there u go

1 Like

I have openned it… But i haven’t checked with good commands…

My Bad.
Changing values in files set the default server port.

EDIT : For people who need to check server listen port :

netstat -a | grep XXXXX

replace X by your port number

Thread resolved.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.