Winter-Deal Save 50% on your game server and get a free Teamspeak server included.

Language & Currency

Currency

ArmA 3: Your game, your server

ArmA 3 Rent server
from 9.89
AUD /month
from 11.72
BGN /month
from 36.02
BRL /month
from 8.90
CAD /month
from 5.66
CHF /month
from 45.61
CNY /month
from 150.01
CZK /month
from 44.68
DKK /month
from 5.99
EUR /month
from 4.98
GBP /month
from 48.85
HKD /month
from 45.14
HRK /month
from 2,413.67
HUF /month
from 101,712.00
IDR /month
from 22.37
ILS /month
from 543.95
INR /month
from 882.33
ISK /month
from 958.94
JPY /month
from 9,041.91
KRW /month
from 127.67
MXN /month
from 27.84
MYR /month
from 69.79
NOK /month
from 10.99
NZD /month
from 362.32
PHP /month
from 24.95
PLN /month
from 29.81
RON /month
from 702.03
RUB /month
from 67.35
SEK /month
from 8.42
SGD /month
from 211.08
THB /month
from 227.31
TRY /month
from 6.28
USD /month
from 115.34
ZAR /month
from 12.89
date /month

Admin commands in Arma 3

The following commands are written in the in-game chat.

Admin Commands


  • #login AdminPW: Logs you in as an admin on the server. Only one admin can be logged in at a time!
  • #logout: Logs you out as an admin from the server.
  • #mission [Difficulty]: Starts the selected mission, difficulty is optional and does not need to be specified.
    Example: ##mission MP_CombatPatrol_04.Malden custom would start the mission CombatPatrol_04 with the Custom difficulty.
  • #missions: Opens an overview of available missions.
  • #restart: Restarts the mission.
  • #reassign: Restarts the mission and allows re-selection of roles.
  • #shutdown: Stops the server.
  • #init: Reloads the server’s configuration files.
  • #restartserver: Restarts the server.
  • #shutdownserveraftermission: Stops the server after the mission is completed.
  • #restartserveraftermission: Restarts the server after the mission is completed.
  • #exec ban Name/Player##/UserID: Bans the specified player from the server.
    Either the player’s name, player number, or SteamID64 can be specified.
    Example: ##exec ban Playa bans the player with the name Playa.
  • #monitor seconds: Displays server performance information. Enter ##monitor 0 to disable output.

User Commands


  • #userlist: Displays a list of connected players.
  • #vote missions: Players can vote for a mission overview.
  • #vote mission : Players can vote for a mission, e.g. ##vote mission MP_CombatPatrol_04.Malden
  • #vote admin Name/Player##/UserID: Players can choose an admin.
  • #vote kick Name/Player##/UserID: Players can kick a player from the server.
  • #vote restart: Players vote on a mission restart.
  • #vote reassign: Players vote on a reassignment of assigned roles.

Adding an Admin


You can designate players as admins using their SteamID64 in the CONFIG_server.cfg file.
You will need the SteamID64, which you can obtain, among other ways, from here: https://steamid.io
Your server must also be in Advanced mode.

Enter the players as follows:

    admins[]=
    {
        "SteamdID64",
        "SteamdID64",
        "SteamdID64",
    };

You can then simply log in as an admin on the server using the #login command without specifying a password.