Page 1 of 1
2 Servers on One Machine
Posted: Sun Aug 23, 2015 9:14 am
by Mp22
Hello, I Wanna Create 2 Servers on 1 Linux Machine But When I'm Starting second server i have addres already in use. Plz Halp.

Re: 2 Servers on One Machine
Posted: Sun Aug 23, 2015 10:06 am
by LeFizzy
Change the second server's port (in config.txt), such as from 32887 to 32888.
Have fun with it! :)
Re: 2 Servers on One Machine
Posted: Mon Aug 24, 2015 7:18 am
by Mp22
Not working.
Re: 2 Servers on One Machine
Posted: Mon May 16, 2016 2:04 pm
by Amatt
1 - Make sure you're using 2 different ports, and that they
BOTH ARE FORWARDED.
2 - Use Screen so that they don't stop when you disconnect, or try to start another server.
apt-get install screen
Then
Code: Select allscreen -S Server1 server1folder/start.sh
To disconnect from that screen, type
Once you have done that, repeat the above command
Code: Select allscreen -S Server2 server2folder/start.sh
To reconnect to the screen, type
or
To stop the server, type
Hope this helps!
~Amatt
Re: 2 Servers on One Machine
Posted: Tue May 17, 2016 3:59 pm
by Horst <AT>
Neat necro-thread. lel
