Theassassinzz 7 Posted July 24, 2019 So I am having an issue where my Arma 3 servers are no longer showing on the browser but they can be connected to using direct connect. I have no idea when this started happening as my server members thought I did it on purpose so no one told me. here is my server.cfg // // server.cfg // // GLOBAL SETTINGS hostname = "Gryphons Antistasi"; password = ""; passwordAdmin = "redacted"; serverCommandPassword = "redacted"; admins[] = {"there are a few in here"}; motd[] = { "" }; motdInterval = 5; maxPlayers = 50; kickDuplicate = 1; verifySignatures = 0; equalModRequired = 0; allowedFilePatching = 0; // VOTING voteMissionPlayers = 1; voteThreshold = 500; // INGAME SETTINGS disableVoN = 0; vonCodec = 1; vonCodecQuality = 30; persistent = 1; timeStampFormat = "short"; BattlEye = 1; allowedLoadFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi"}; allowedPreprocessFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi"}; allowedHTMLLoadExtensions[] = {"htm","html","xml","txt"}; // TIMEOUTS disconnectTimeout = 30; maxDesync = 150; maxPing= 500; maxPacketLoss= 50; kickClientsOnSlowNetwork[] = { 0, 0, 0, 0 }; kickTimeout[] = { {0, -1}, {1, 180}, {2, 180}, {3, 180} }; votingTimeOut[] = {60, 90}; roleTimeOut[] = {90, 120}; briefingTimeOut[] = {60, 90}; debriefingTimeOut[] = {45, 60}; lobbyIdleTimeout = 300; // SCRIPTING ISSUES onUserConnected = ""; onUserDisconnected = ""; doubleIdDetected = ""; // SIGNATURE VERIFICATION onUnsignedData = "kick (_this select 0)"; onHackedData = "kick (_this select 0)"; onDifferentData = ""; class Missions { class TestMission01 { template = A3_Antistasi_Altis_Public.Altis; difficulty = "Easy"; class Params {}; }; }; And here is my Config line -port=2302 "-config=D:\A3_Tester\configs\server1.cfg" "-profiles=D:\A3_Tester\serverprofile" "-bepath=D:\A3_Tester\battleye" "-servermod=@arametrics;" -loadMissionToMemory "-mod=" I use Arma Remote Admin to start and stop my servers and have been since before my servers disappeared from the list. My server tower has porting for ports 2300-2322 on UDP and TCP Share this post Link to post Share on other sites