Difference between revisions of "Dedicated server"

From AAO25, the home of 25Assist for America's Army
Jump to: navigation, search
Line 8: Line 8:
  
 
First you must have an existing americas army 2.5 installation,
 
First you must have an existing americas army 2.5 installation,
 +
 
If you do not follow these instuctions to download and install it...
 
If you do not follow these instuctions to download and install it...
 
------------
 
------------
 
Login to your server on the console or remotely using SSH:
 
Login to your server on the console or remotely using SSH:
 +
 
Move into your home folder:
 
Move into your home folder:
cd ~
+
cd ~
  
 
Download the installation package:
 
Download the installation package:
wget http://ftp.free.fr/mirrors/AmericasArmy/Linux_v2.5.0/armyops250-linux.run
+
wget http://ftp.free.fr/mirrors/AmericasArmy/Linux_v2.5.0/armyops250-linux.run
  
 
Set executable and execute:
 
Set executable and execute:
chmod +x armyops250-linux.run
+
chmod +x armyops250-linux.run
./armyops250-linux.run
+
./armyops250-linux.run
  
 
When asked for an installation path enter: ~/armyops
 
When asked for an installation path enter: ~/armyops
 +
 
Say no to symbolic links
 
Say no to symbolic links
 +
 
Select Base Install
 
Select Base Install
 +
 
Say no to startup menu entrys
 
Say no to startup menu entrys
  
 
After some time the installation will complete.
 
After some time the installation will complete.
 +
 
You may now delete the installation package:
 
You may now delete the installation package:
rm armyops250-linux.run
+
rm armyops250-linux.run
 
------------
 
------------
  
Line 34: Line 40:
 
2.5ASSIST DEDEICATE SERVER INSTALLATION:
 
2.5ASSIST DEDEICATE SERVER INSTALLATION:
 
Move into your americas army 'System' folder
 
Move into your americas army 'System' folder
 +
 
On our fresh install you would use:
 
On our fresh install you would use:
cd ~/armyops/System
+
cd ~/armyops/System
  
 
On an existing 25Assist(GUI) Installation use:
 
On an existing 25Assist(GUI) Installation use:
cd ~/25Assist/armyops/System
+
cd ~/25Assist/armyops/System
  
 
IMPORTANT, Rename server-bin to serverx
 
IMPORTANT, Rename server-bin to serverx
mv server-bin serverx
+
mv server-bin serverx
chmod +x serverx
+
chmod +x serverx
  
 
Download and extract 2.5assist:
 
Download and extract 2.5assist:
wget http://downloads.sourceforge.net/project/aa25assist/Binaries/ldedisrv.zip
+
wget http://downloads.sourceforge.net/project/aa25assist/Binaries/ldedisrv.zip
unzip ldedisrv.zip
+
unzip ldedisrv.zip
chmod +x server-bin
+
chmod +x server-bin
  
 
Now edit the aa25.ini file with your required settings:
 
Now edit the aa25.ini file with your required settings:
nano aa25.ini
+
nano aa25.ini
  
 
Start the Server:
 
Start the Server:
./server-bin GLOBAL map-filename  
+
./server-bin GLOBAL map-filename  
  
 
(replace map-filename with your choosen map, bridge, insurgent_camp, radio_tower, etc.)
 
(replace map-filename with your choosen map, bridge, insurgent_camp, radio_tower, etc.)
 +
 
(Optional command-line arguments  -Port=1716  -Multihome=0.0.0.0  override settings in aa25.ini)
 
(Optional command-line arguments  -Port=1716  -Multihome=0.0.0.0  override settings in aa25.ini)
  
Line 62: Line 70:
  
 
You might have to install this to get it to work:
 
You might have to install this to get it to work:
apt-get install lib32stdc++6
+
apt-get install lib32stdc++6

Revision as of 05:50, 3 November 2016

This page explains how to set up a dedicated server with Assist. The readme file has been copied from a server downloaded with Assist Server Manager (LReadme.txt in the server folder).

README

AA25.ORG AMERICAS ARMY 2.5ASSIST DEDICATED SERVER README LINUX SERVER INSTRUCTIONS

First you must have an existing americas army 2.5 installation,

If you do not follow these instuctions to download and install it...


Login to your server on the console or remotely using SSH:

Move into your home folder:

cd ~

Download the installation package:

wget http://ftp.free.fr/mirrors/AmericasArmy/Linux_v2.5.0/armyops250-linux.run

Set executable and execute:

chmod +x armyops250-linux.run
./armyops250-linux.run

When asked for an installation path enter: ~/armyops

Say no to symbolic links

Select Base Install

Say no to startup menu entrys

After some time the installation will complete.

You may now delete the installation package:

rm armyops250-linux.run


2.5ASSIST DEDEICATE SERVER INSTALLATION: Move into your americas army 'System' folder

On our fresh install you would use:

cd ~/armyops/System

On an existing 25Assist(GUI) Installation use:

cd ~/25Assist/armyops/System

IMPORTANT, Rename server-bin to serverx

mv server-bin serverx
chmod +x serverx

Download and extract 2.5assist:

wget http://downloads.sourceforge.net/project/aa25assist/Binaries/ldedisrv.zip
unzip ldedisrv.zip
chmod +x server-bin

Now edit the aa25.ini file with your required settings:

nano aa25.ini

Start the Server:

./server-bin GLOBAL map-filename 

(replace map-filename with your choosen map, bridge, insurgent_camp, radio_tower, etc.)

(Optional command-line arguments -Port=1716 -Multihome=0.0.0.0 override settings in aa25.ini)


Additional pb commands can be added by creating ServerMessage.cfg in the "pb" folder and adding them there.

You might have to install this to get it to work:

apt-get install lib32stdc++6