Jump to content

[solved] Linux dedicated server startup issues


Runningman

Recommended Posts

I have been using the wiki entry http://wiki.avorion.net/index.php?title=Setting_up_a_server to set up the server.

 

Then adjusted the server.sh a little:

 

cp linux64/steamclient.so ./steamclient.so
bin/AvorionServer --galaxy-name avorion_galaxy --admin $USER "My Steam ID" --same-start-sector yes --listed no --difficulty -3 --server-name "Runningman's Galaxy" --use-steam-networking yes

 

"My Steam ID" there is my steam id like "0:1:..."

 

I start the server like this:

 

steam@games:/home/avorion$ ./server.sh

 

That is the command line output:

 

Enabled Traces:
Avorion server Beta 0.10.2 r7385 running on Ubuntu 16.04.1 LTS starting up in "/home/steam/.avorion/galaxies/avorion_galaxy"
CPU: Intel(R) Xeon(R) CPU E5-2640 v3 @ 2.60GHz 4 Cores
name: Runningman's Galaxy
seed: H5ZifblM9d
port: 27000
max online players: 10
save interval: 600
broadcast interval: 5
max loaded sector time: 300
weak update: yes
worker threads: 1
difficulty: Beginner
infiniteResources: no
collision: 1
access list: Blacklist
public: yes
authentication: yes
listed: no
steam networking & authentication: yes
administrators: 'steam'
Warning: Command status has not been assigned to a user group.
[s_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
Setting breakpad minidump AppID = 445220
Game Port: 27000
Steam Port: 27021
Steam Query Port: 27020
Polling Port: 27003

Server startup complete.
Server connected to Steam successfully
Server is VAC Secure!
Game Server Steam ID: 90106575810063364

 

So it seems the server is up, BUT netstat -an only shows 3 ports and not the server port:

 

Proto Recv-Q Send-Q Local Address           Foreign Address         State
udp        0      0 0.0.0.0:27003           0.0.0.0:*
udp        0      0 0.0.0.0:27020           0.0.0.0:*
udp        0      0 0.0.0.0:27021           0.0.0.0:*

 

And the issue is that I can't connect. Is anyone able to help ?

Link to comment
Share on other sites

Thanks for your reply. After downloading the latest fix the server is working. I just had to change my steam id to what is show in the logs to have admin rights.

 

The server is a virtual linux server hosted by my provider. no port forwarding necessary.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...