Jump to content
Sign in to follow this  
stevos758

Creating an Arma 3 Server - Server not showing up

Recommended Posts

I followed the directions in this thread. http://forums.bistudio.com/showthread.php?147537-Tutorial-How-to-run-ArmA3-server-on-a-dedicated-server

I also have port forwarded ports 2302, 2303, 2305

here is my cmd line "C:\Steam\SteamApps\common\Arma 3\arma3.exe" -server -config=server.cfg -port=2302

here is my server config. What seems to be the problem? Also I can not post in the Arma 3 servers and admin section. Otherwise I would post there.

// GLOBAL SETTINGS

hostname = "Steve Rips Test Server"; // The name of the server that shall be displayed in the public server list

//password = ""; // Password for joining, eg connecting to the server

passwordAdmin = "XXXXXX"; // Password to become server admin.

// WELCOME MESSAGE ("Welcome to my test server, Teamspeak will be up in the next few days.")

// It can be several lines, separated by comma

// Empty messages "" will not be displayed at all but are only for increasing the interval

motd[] = {

"whatever you want to say to guests as they log on",

"",

"and some more lines",

"",

""

};

motdInterval = 5; // Time interval (in seconds) between each message

// JOINING RULES

maxPlayers = 30; // Maximum amount of players. Civilians and watchers, beholder, bystanders and so on also count as player.

// VOTING

voteMissionPlayers = 1; // Tells the server how many people must connect so that it displays the mission selection screen.

voteThreshold = 0.33; // 33% or more players need to vote for something, for example an admin or a new map, to become effective

// INGAME SETTINGS

disableVoN = 0; // If set to 1, Voice over Net will not be available

vonCodecQuality = 8; // Quality from 1 to 10

persistent = 1; // If 1, missions still run on even after the last player disconnected.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×