Server Administration

From Armagetron

Sections: Installing the Game | Playing the Game | Competition Hub | Server Administration | Extending Armagetron Advanced | Development Docs


Here you will find various guides to creating and administering game servers.

Server Administration Guide

Basic guide for setting up a game server. This is your first and hopefully last, resource when you decide to run your first Armagetron Advanced game server. It will walk you through setting up the server, making it available on the internet, basic game and physics settings, and it will set you loose. You should at least read it, even if some of the material strikes you as being particularly basic. It is intended to be used by a fairly computer-literate person who has very little or no knowledge of server operations of any sort.

Advanced Server Administration Guide

So you've been running a server for awhile and now you'd like to do more with it? Maybe you've found that there are some punk-ass players out there that you really want to kick off your server? Maybe your players are asking for more, and you're saying "Hell yeah!" but you don't know what to actually do about it?

Authenticated Servers

Here are various pages to learn about Authentication for Armagetron Advanced. Support for authentication was added in version 0.2.8.3.

Running Multiple Servers on a single Linux computer

Great. Now you know how to run a server. You have found out how to improve the lag issues, and you rock in making great servers people like. It is time to run more than one server. If you rent a dedicated server, or have your own hosting server somewhere, it will most likely be a Linux server. In this section, you will find all you need to automatically run up to seven servers all together, with separated management console, and log files.

Setting Up Multiple Armagetron Servers the Easy Way

A scripted method of setting up multiple servers on a Debian, Ubuntu, Mint, etc. machine.

Remote Moderation

So you want your server moderated but you have to explain how to kick and ban remotely to everyone that you want to help moderate it. Well, send them to this page!


Console Commands

A complete list of console commands.

Custom Language Strings

Using custom language strings on your server.

Making the server run as a service in Windows NT (2000/XP)

This is probably one of the easiest things to do for amateur admins. You start by editing the config files located usually (C:) Drive under Program Files and inside the Armagetron Dedicated Server folder. Once you alter those to your liking, create a shortcut on the desktop for the armagetron dedicated server.exe file. Click it ands you should have DOS prompt window show up that spews out text about what is exactly happening to and inside the server, you can mimimize it and not worry about it hanging for freezing. This is probably one of the easiest ways to run a server. Except that this isn't running as a service.

Drawbacks of running a server with Windows: Due to the intense graphics the GUI windows uses. The computer may sturr up some lag for players. It is highly suggestive that if you run a windows server, make sure you have a higher end model computer and a fast connection.

  • TODO: Check if XYNTservice can be integrated into the code or used to run win32 dedis as services. Is the absense of a server console a problem ? the server does not have a console as it's run under another users accounts and there is no way in windows (AFAIK) to access it. We might send a message to the service ? --Joda 10:56, 19 March 2007 (CDT)

Crafting Server Appeal and Good Appearance

How to get people in your server, provided that it's gaming configuration is good enough.


Sections: Installing the Game | Playing the Game | Competition Hub | Server Administration | Extending Armagetron Advanced | Development Docs