Jump to content

Dedicated server lan


Recommended Posts

Hey, i want to put my dedicated server on lan. But when i start the "Run pre-configured servers" the caves server dont start, and the overworld doesn't appear in the list. Here is my overworld config:

 

 

 

 

[misc]

console_enabled = true
autocompiler_enabled = false
 
 
[network]
game_mode = survival
max_players = 6
default_server_description = It's my world!
default_server_name = First try
server_intention = cooperative
 
 
[shard]
shard_enable = true
is_master = true
cluster_key = change_this_if_you_set_bind_ip
 

 

And here is my caves config:

 

 

[misc]

console_enabled = true
autocompiler_enabled = false
 
 
[network]
game_mode = survival
server_port = 11000
server_intention = cooperative
default_server_name = [Host]'s World
server_password = ecUdxZuI5z6avr
 
 
[shard]
shard_enable = true
is_master = false
shard_name = caves
cluster_key = change_this_if_you_set_bind_ip
master_ip = localhost
 

 

When i enter the game, the server doesnt appear in lan option.

 

Link to comment
Share on other sites

Well the preconfigured servers aren't set to be LAN only by default, you have to do this yourself by adding lan_only_server = true under the account part of your overworld server.

soo to be as clear as possible open the settings.ini that belongs to your overworld server and simply add this to the bottom.

[ACCOUNT]lan_only_server = true

You MIGHT have to add it to your shards settings.ini but my guess would be this isn't necessary.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...