How to change the default port

Hello how do i go about changeing the default port from 9987 to a diff port number and as well as the other ports thanks

Terry

You’ll find the parameters / configs for all the different setup methods here on GitHub:


If you just want to change the voice port for a server you can go ahead with these ServerQuery commands:

login serveradmin PASSWORD
serverstop sid=1
use sid=1 -virtual
serveredit virtualserver_port=NEWVOICEPORT
use sid=0
serverstart sid=1
3 Likes

ok thanks i will try that do i change the other ports the same way?

Terry

If you want to change the voice ports of the virtual servers, then you can use the Query commands.

If you want to change the ServerQuery port or File Transfer port, then you’ll need to use the parameters from our documentation.

2 Likes

Hello

Ok I am trying to start my server with the cfg file tsserver.yaml i read that if i want to use that file witch i have gotten it made it told me to run the server with the command ./tsserver and it will know to use the cfg file tsserver.yaml but when i do its not sure it for example in the cfg file i have it set to use port 2409 but when i run the ./tsserver it uses the port 9987 do i need to runn it with other flags any help here would be great im also trying to get it to load the web interface but it isn’t comeing up in my browser anyway thanks for the help in advance

Terry

The parameter will only work when using it on the first start. If the server has already been created then you’ll need to modify it trough the ServerQuery or reset the installation.

A first party web interface for the server does not exist. Only the WebQuery exists, this however is not a web interface.

2 Likes