Skip to content

AMP Configuration Reference

This page covers every setting exposed in the AMP dashboard for the AA2Reborn template. For getting the server up and running, see the AMP Setup Guide first.

Settings are organized into tabs under the instance's Configuration page in AMP.

AA2Reborn Auth

These settings authenticate your server with the AA2Reborn network. All three are required for your server to appear on the public list.

SettingDescriptionDefault
Server SecretYour secret key from tracker.aa2reborn.com.(required)
External IPYour server's public IP. Required if behind NAT. Find it at ipinfo.io/ip.(required)
Auth PortMust match your Game Port exactly. Tells the auth server which port you're on.1716

WARNING

If Auth Port and Game Port don't match, authentication will fail and your server won't show on the list.

Server Settings

SettingDescriptionDefault
Server NamePublic name shown in the server browser.America's Army Server
Short Server NameShort name used by some third-party server browsers.AA Server
Max PlayersMaximum concurrent players. Some maps are designed for fewer than 32.26
Map NameMap file loaded on startup. Example: Pipeline.aaoPipeline.aao
Player AdminOptional admin entry in Name,Password format. To connect as admin, open the in-game console and type start SERVERIP?PAPassword=YourPassword. Additional admins can be added manually in System/server.ini.(empty)

Message of the Day

SettingDescriptionDefault
MOTD Display TimeHow long in seconds the MOTD is shown to joining players.10
MOTD Line 1First line of the MOTD.Welcome to America's Army
MOTD Line 2Second line.(empty)
MOTD Line 3Third line.(empty)
MOTD Line 4Fourth line.(empty)

Advanced

These rarely need changing. Useful for troubleshooting or running multiple instances on the same host.

SettingDescriptionDefault
Game PortMain UDP port the game listens on.1716
INI FileServer config file. Leave as server.ini unless running multiple instances.server.ini
Log FileLog file written by the server process.server.log
Extra Startup ArgumentsExtra arguments appended to the server command line. Leave blank unless troubleshooting.(empty)

Ultimate Mod

Ultimate Mod is a server-side administration mod included with AA2Reborn and enabled by default. Its settings are split into several subcategories.

Weapon Mode

Only one weapon mode should be enabled at a time (1 = on, 0 = off). Set the active mode to 1 and all others to 0.

SettingDescriptionDefault
NormalPlayers use their default assigned class weapons. Standard gameplay.1
Pick WeaponPlayers choose their own weapon at spawn.0
Random WeaponsEach player spawns with a different random weapon.0
Random Weapons (Same)All players get the same randomly selected weapon each round.0
Random SnipersEach player spawns with a different random sniper class.0
Random Snipers (Same)All players get the same randomly selected sniper class.0
Random GuerrillaEach player spawns with a random guerrilla class weapon.0
Custom ClassUses a custom class list defined in Ultimate.ini.0
Custom Class (Same)All players spawn with the same weapon from the custom class list.0
Force Weapon ClassForces all players to a specific class. Only active when all weapon mode toggles are 0. Example: AGP_Characters.ClassRiflemanAGP_Characters.ClassRifleman

Gameplay Settings

SettingDescriptionDefault
RespawnPlayers respawn after death instead of waiting for the next round.0
Disable ObjectivesDisables map objectives — teams focus on eliminating each other.1
Killing Spree MessagesAnnounces killing streaks to all players.1
Headshot MessagesDisplays a message to all players on a headshot kill.1
Respawn on Team KillImmediately respawns the victim of a team kill.0
Regenerate HealthPlayers slowly regenerate health over time.0
Unlimited AmmoUnlimited reserve ammo — players never run out of magazines.0
Unlimited Clip AmmoUnlimited ammo within each magazine — players never need to reload.0
Unlimited Aux AmmoUnlimited auxiliary ammo (grenades, launcher rounds, etc.).0
Auto ReloadAutomatically reloads when a magazine runs empty.0
Delete M9Removes the M9 pistol from all players at spawn.0
Delete GrenadesRemoves grenades from all players at spawn.0
Delete Ammo PickupsRemoves ammo pickup items from the map.0
Delete DoorsRemoves all doors from the map.0
Suppress Admin MessagesHides admin action messages from players when mutate commands are used.0

Physics

SettingDescriptionRangeDefault
Jump HeightHow high players can jump. Higher = bigger jumps.0–2000400
GravityServer gravity. Lower = floatier movement, higher = faster fall.0–50001500

Messages

SettingDescriptionDefault
Welcome MessageShown to each player when they join. Use %Player% to insert their name.Welcome %Player%, to the ultimate AA experience

Honor

SettingDescriptionDefault
Use Honor SystemEnables the AA honor/server badge system. Disable to show no badge.1
Honor / Server TypeBadge type shown in the server browser. See options below.Official

WARNING

Official server types do not allow player admins. If you've set a Player Admin, choose a non-Official honor type.

Available honor types:

ValueLabel
1Authorized
2Leased
3Official
4Leased Official
5Dev Authorized
6Dev Leased
7Dev Official
8Dev Leased Official
9Beta Authorized
10Beta Leased
11Beta Official
12Beta Leased Official
13NATO Authorized
14Leased NATO
15Official NATO
16Leased Official NATO
17Official

Back to AMP Setup Guide.