hi everyone,
i am trying a cluster, but when i launch the second instance, it simply not start. are there any special issues with it?
instance1
[ServerSettings]
ServerName=deer-island
ServerPassword=deer
ServerAdminPassword=onlydeers
MaxPlayers=24
MapName=TheIsland_WP
RCONPort=8191
QueryPort=8101
Port=8102
ModIDs=
CustomStartParameters=-ActiveEvent=none -ForceAllowCaveFlyers -NoBattlEye -NoHangDetection
#When changing SaveDir, make sure to give it a unique name, as this can otherwise affect the stop server function.
#Do not use umlauts, spaces, or special characters.
SaveDir=deer-island
ClusterID=crazydeers
instance2
[ServerSettings]
ServerName=deer-aberration
ServerPassword=deer
ServerAdminPassword=onlydeers
MaxPlayers=24
MapName=Aberration_WP
RCONPort=8192
QueryPort=8104
Port=8105
ModIDs=
CustomStartParameters=-ActiveEvent=none -ForceAllowCaveFlyers -NoBattlEye -NoHangDetection
#When changing SaveDir, make sure to give it a unique name, as this can otherwise affect the stop server function.
#Do not use umlauts, spaces, or special characters.
SaveDir=deer-aberration
ClusterID=crazydeers
sudo netstat -tulnp | grep wineserver
tcp 0 0 0.0.0.0:8191 0.0.0.0:* LISTEN 1519/wineserver
tcp 0 0 127.0.0.1:8888 0.0.0.0:* LISTEN 1519/wineserver
udp 0 0 0.0.0.0:8102 0.0.0.0:* 1519/wineserver
thus, first the aberration starts and then the island, probably alphabetically, but the second does not start, although the manager thinks that it is running
hi everyone,
i am trying a cluster, but when i launch the second instance, it simply not start. are there any special issues with it?
instance1
[ServerSettings]
ServerName=deer-island
ServerPassword=deer
ServerAdminPassword=onlydeers
MaxPlayers=24
MapName=TheIsland_WP
RCONPort=8191
QueryPort=8101
Port=8102
ModIDs=
CustomStartParameters=-ActiveEvent=none -ForceAllowCaveFlyers -NoBattlEye -NoHangDetection
#When changing SaveDir, make sure to give it a unique name, as this can otherwise affect the stop server function.
#Do not use umlauts, spaces, or special characters.
SaveDir=deer-island
ClusterID=crazydeers
instance2
[ServerSettings]
ServerName=deer-aberration
ServerPassword=deer
ServerAdminPassword=onlydeers
MaxPlayers=24
MapName=Aberration_WP
RCONPort=8192
QueryPort=8104
Port=8105
ModIDs=
CustomStartParameters=-ActiveEvent=none -ForceAllowCaveFlyers -NoBattlEye -NoHangDetection
#When changing SaveDir, make sure to give it a unique name, as this can otherwise affect the stop server function.
#Do not use umlauts, spaces, or special characters.
SaveDir=deer-aberration
ClusterID=crazydeers
sudo netstat -tulnp | grep wineserver
tcp 0 0 0.0.0.0:8191 0.0.0.0:* LISTEN 1519/wineserver
tcp 0 0 127.0.0.1:8888 0.0.0.0:* LISTEN 1519/wineserver
udp 0 0 0.0.0.0:8102 0.0.0.0:* 1519/wineserver
thus, first the aberration starts and then the island, probably alphabetically, but the second does not start, although the manager thinks that it is running