I'm trying to run a dedicated server off of my Mac Mini. I had it configured before upgrading to High Sierra, but now it fails to start.
Hopefully i'm on the right track. I had to re-install telnet, as a first step, but the telnet connection is getting refused and 7dtd shuts down.
*****************************CONFIG
#! /usr/bin/env bash
"/Users/user/Library/Application Support/Steam/steamapps/common/7 Days To Die/7DaysToDie.app/Contents/MacOS/7DaysToDie" -quit -batchmode -nographics -port=25000 -maxplayers=8 -gamemode=0 -world="Random Gen" -name="test game" -DropOnDeath=1 -AirDropMarker=true -dedicated
# wait until game started
sleep 20
# connect to the service interface. use 'shutdown' to stop the server
echo "Type shutdown to stop the server."
telnet localhost 25003
*****************************CONFIG
*****************************ERROR
user-Mini:Applications user$ ./launch_7daystodie
Mono path[0] = '/Users/user/Library/Application Support/Steam/steamapps/common/7 Days To Die/7DaysToDie.app/Contents/Resources/Data/Managed'
Mono config path = '/Users/user/Library/Application Support/Steam/steamapps/common/7 Days To Die/7DaysToDie.app/Contents/Data/Managed/etc'
Type shutdown to stop the server.
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host
*****************************ERROR
Hopefully i'm on the right track. I had to re-install telnet, as a first step, but the telnet connection is getting refused and 7dtd shuts down.
*****************************CONFIG
#! /usr/bin/env bash
"/Users/user/Library/Application Support/Steam/steamapps/common/7 Days To Die/7DaysToDie.app/Contents/MacOS/7DaysToDie" -quit -batchmode -nographics -port=25000 -maxplayers=8 -gamemode=0 -world="Random Gen" -name="test game" -DropOnDeath=1 -AirDropMarker=true -dedicated
# wait until game started
sleep 20
# connect to the service interface. use 'shutdown' to stop the server
echo "Type shutdown to stop the server."
telnet localhost 25003
*****************************CONFIG
*****************************ERROR
user-Mini:Applications user$ ./launch_7daystodie
Mono path[0] = '/Users/user/Library/Application Support/Steam/steamapps/common/7 Days To Die/7DaysToDie.app/Contents/Resources/Data/Managed'
Mono config path = '/Users/user/Library/Application Support/Steam/steamapps/common/7 Days To Die/7DaysToDie.app/Contents/Data/Managed/etc'
Type shutdown to stop the server.
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host
*****************************ERROR