Okay I’ll give it a go! Here are some settings that are a little more copy-paste friendly but you still have to replace the IP Address for the client player.
Settings for the host:
"multiplayer" : {
"server" : {
"port" : 57093,
"ip" : "0.0.0.0"
},
"remote_server" : {
"enabled" : false
}
},
Settings for the client:
"multiplayer" : {
"remote_server" : {
"enabled" : true,
"port" : 57093,
"ip" : "host ip goes here"
}
},