# Avorion Server Hosting Guides (/docs/avorion)



import { Card, Cards } from "fumadocs-ui/components/card";
import { Rocket, Settings, Shield, Wrench, Puzzle, Clock, AlertTriangle, Database } from "lucide-react";

Avorion is a space sandbox game where you build ships, explore a procedurally generated galaxy, and manage a space empire. These guides cover everything for your XGamingServer Avorion server.

Getting Started [#getting-started]

<Cards>
  <Card icon={<Rocket />} title="How to Join Your Server" description="Connect via browser, direct IP, or Steam." href="/docs/avorion/join-server" />

  <Card icon={<Settings />} title="How to Configure Your Server" description="Full server.ini reference — every setting explained." href="/docs/avorion/server-config" />

  <Card icon={<Settings />} title="How to Rename Your Server" description="Change server name, description, and MOTD." href="/docs/avorion/rename-server" />
</Cards>

Administration [#administration]

<Cards>
  <Card icon={<Shield />} title="How to Add Admins" description="Admin commands, RCON setup, and dev mode." href="/docs/avorion/admin-setup" />

  <Card icon={<Settings />} title="How to Change Max Players" description="Set the player limit and admin slots." href="/docs/avorion/player-slots" />
</Cards>

Mods & Version [#mods--version]

<Cards>
  <Card icon={<Puzzle />} title="How to Add Workshop Mods" description="Install mods via modconfig.lua — auto-download." href="/docs/avorion/mod-setup" />

  <Card icon={<Clock />} title="How to Update / Change Version" description="Update or switch to beta branch." href="/docs/avorion/game-version" />
</Cards>

World Management [#world-management]

<Cards>
  <Card icon={<Database />} title="How to Upload a Galaxy Save" description="Transfer a save from singleplayer or another server." href="/docs/avorion/import-save" />

  <Card icon={<Wrench />} title="How to Wipe & Reinstall" description="Reset galaxy or full server reinstall." href="/docs/avorion/wipe-reinstall" />
</Cards>

Troubleshooting [#troubleshooting]

<Cards>
  <Card icon={<AlertTriangle />} title="Troubleshooting" description="Fix connection issues, save corruption, performance, and mod errors." href="/docs/avorion/troubleshooting" />
</Cards>

> **Don't have a server yet?** [Get Avorion Server Hosting](https://xgamingserver.com/avorion-server-hosting) starting from just $4/month with instant setup and 24/7 support.
