Open joshrickert opened 4 years ago
Can you simply change the port in cfg file using text edit (OSX private server) or vim (Linux server) and run the server again?
I believe the port is hard coded. See src/Common/gui/PrivateServerWindow.cpp:
const quint16 PrivateServerWindow::PREFERRED_PORT = 2049;
@soulraymusic , @joshrickert and @jonjamcam are talking about the JamTaba internal server (in menu ninjam). Maybe you don't know, but JamTaba can start a very simple server in your machine. This simple server has no config file at moment.
I see!
It would be rad if there was a way to configure the private ninjam server when hosting! Either in the json file, or by providing a cfg, or through the GUI. Particularly I wish I could change the port because 2049 is taken on my machine.