This guide covers admin tools and server management for your Archean dedicated server on Legion Hosting. Learn how to manage players, configure the world, and troubleshoot common issues. For initial setup, see our Archean Server Setup Guide.
Server Management via GPanel
Most Archean server management is done through GPanel's startup variables and the server configuration file.
| Action | How To |
|---|---|
| Start/Stop/Restart Server | Use the power controls on GPanel's main page |
| Change Server Name | Edit SERVER_NAME in Startup tab |
| Set Password | Edit PASSWORD in Startup tab |
| Change Game Mode | Edit GAME_MODE in Startup tab (0 = Creative, 1 = Adventure) |
| Toggle Public Visibility | Edit ONLINE_MODE in Startup tab (0 = private, 1 = public) |
| Change Spawn Planet | Edit SPAWN_PLANET (earth or moon) |
Configuration File (server.ini)
For more granular control, edit the server configuration file directly:
# File location:
Archean-data/server/server.ini
# Key sections:
[server]
server_public_name = My Archean Server
game_mode = 0
server_online = 1
max_simultaneous_players = 4
password =
accept_remote_connections = yes
[networking]
listen_port = 7777
[game]
spawn = earth
world = MyWorld
auto_save_interval_seconds = 30
updates_per_second = 25
physics_steps_per_update = 8
server.ini. If a setting is not behaving as expected, check your startup variables first.
World Management
Changing the World
Use the WORLD_NAME startup variable to switch between different worlds. If left empty, the server uses the default world.
Resetting the World
- Stop the server in GPanel
- Open the File Manager
- Navigate to the
Archean-data/directory - Delete or rename the world folder
- Start the server — a new world will be generated
Autosave Configuration
The server automatically saves at intervals configured by AUTOSAVE_INTERVAL (default: 30 seconds). You can adjust this in GPanel:
- Lower values (e.g., 15) — More frequent saves, less data loss on crashes, slightly more disk I/O
- Higher values (e.g., 120) — Less frequent saves, less disk activity, but more potential data loss
Troubleshooting
Server Not Appearing in Browser
- Verify
ONLINE_MODEis set to1 - Ensure the server has fully started (look for
Server startedin console) - Wait 1-2 minutes for the listing to propagate
- Try direct connect to confirm the server is running
Performance Issues
- Complex builds — Very large or physics-heavy constructions can strain the server. Monitor performance and consider setting build guidelines.
- Tick rate — If experiencing lag, try reducing
UPDATES_PER_SECONDslightly (not recommended unless necessary). - Physics load — Reduce
PHYSICS_UPDATES_PER_UPDATEif physics simulations cause excessive lag.
Related Articles
Need Help?
If you need further assistance with your Archean server, our support team is ready to help. Submit a support ticket and we will respond as soon as possible.