top of page

BECOME ADMIN OF YOUR SERVER

To become administrator of your server, in config.cfg file of your server, you will have the follow sentence :

​

passwordAdmin = "your_password";   

​

When you are in game after have launched you server, press "!" to show communication system (canals of discussion) and in any canal, write follow sentence :

​

#login your_password

​

You will become administrator and you will be able to kick/ban and manage people there, you can have also access to console mod if you want inject scripts directly on the server (like remove fatigue, etc...)

​

If your server is with Nitrado for exemple, look at this picture below to see where is the admin password

Administrators commands for your server, write following sentence and press EXEC LOCAL

​

To make spawn UH80 beside you on the mission :

​

_heli = "B_Heli_Transport_01_F" createVehicle position player;

​

To make spawn MLRS Sanstorm beside you on the mission :

​

_veh = "B_MBT_01_mlrs_F" createVehicle position player;

​

To change hour on your mission (press EXEC SERVER after - 5 is the number of hours you skip) :

​

skipTime 5;

​

Remove fog on your server (press EXEC SERVER after - 0 remove totally, 1 place total fog) :

​

0 setFog 0;

​

bottom of page