Avorion

Avorion is a space survival game with a very big world. Build your own spaceships and explore space!

Basic Serversettings

Create backup

You can create backups for your GPORTAL server if you want to. You receive free storage space for saving your game play.

Note Please note that backups are not created automatically.

How to create a backup via the web interface:

  1. Log on to our website
  2. Click on “My Servers” in the menu on the left
  3. Select the desired server
  4. Click on “Backup” in the “Administration” menu on the left
  5. Click on “Create Backup
  6. The server stops for the backup
  7. After creating the backup, the server restarts automatically

How to connect to your Avorion server

  1. Open the game and click on “Multiplayer” -> “Serverbrowser”
  2. There you find the whole list of available servers
  3. Look for the name of your server and you are directly able to connect
  4. Have much fun! 🙂

Administrate your server

  • Copy your Steam 64 ID
  • Log on to our website
  • Select the server
  • Stop the server
  • Click on “Basic Settings” in the menu on the left
  • Enter your Steam 64 ID at server admin
  • Save and restart the server
  • In the game just open the chat and enter commands starting with /

Where do I find the STEAM-64-ID?

To manage your servers as an admin, you usually need your STEAM-64-ID. You can find the ID for example on this page http://steamid.co/. There you simply enter your STEAM name and your ID will be shown.

How to install mods on your server

First, we have to create a file called modconfig.lua

  • Create a file called modconfig and save it as .lua
  • The following lines have to be pasted into the file


Replace STEAMWORKSHOPID with the number you can find in the link of the object.

modLocation = ""
forceEnabling = false
mods =
 {
     {workshopid = "STEAMWORKSHOPID1"},
     {workshopid = "STEAMWORKSHOPID2"},
 } 

As an example: https://steamcommunity.com/sharedfiles/filedetails/?id=2362565341

  • Connect to your server, using the FTP Connection
  • Paste the modconfig.lua in your galaxy folder: /galaxies/yourgalaxyname
  • Start the server and the mod is downloading directly
  • Once you connect to your server, your gameclient will download the mod aswell
  • Have much fun with your new mod 🙂