Jump to content

Linux how to update my dedicated server


Reggiereggie

Recommended Posts

I personally use steamCMD with the command :

./steamcmd.sh "+login anonymous" "+app_update 565060" "+exit"

 

I don't know if it is the right method but it allow me to automate the update with a script (I started my server yesterday so I just write a basic script to update server and start it)

Link to comment
Share on other sites

IF you followed the wiki for the initial setup, you can do the steamCMD part again to reinstall.

In this example I installed the server into /opt/avorion

 

  # cd into the directory with steamCMD
  ./steamcmd.sh +login anonymous \
    +force_install_dir /opt/avorion \
    +app_update 565060 validate \
    +quit

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...