Strange, I show both servers as running. The process is running and the ports are open.
Code:
   PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM     TIME+ COMMAND
 30071 ark_sur+  20   0 8104932 7.061g  53444 S  15.6  9.0  26:56.70 /home/ark_survival02/ark/ShooterGame/Binaries/Linux/ShooterGameServer 
 26402 ark_sur+  20   0 5737636 4.922g  54072 S   9.6  6.3  21:33.33 /home/ark_survival01/ark/ShooterGame/Binaries/Linux/ShooterGameServer
Code:
netstat -tunlp | grep ShooterGame
tcp        0      0 10.200.13.15:27020      0.0.0.0:*               LISTEN      26402/ShooterGameSe
tcp        0      0 10.200.13.16:28020      0.0.0.0:*               LISTEN      30071/ShooterGameSe
udp        0      0 10.200.13.15:27015      0.0.0.0:*                           26402/ShooterGameSe
udp        0      0 10.200.13.16:28015      0.0.0.0:*                           30071/ShooterGameSe
udp        0      0 10.200.13.15:7778       0.0.0.0:*                           26402/ShooterGameSe
udp        0      0 10.200.13.16:8778       0.0.0.0:*                           30071/ShooterGameSe
Unless another admin beats me to it, I'll check futher when I get home tonight.