DrZeddy 9 Posted November 21, 2018 Hiya all, I think I must also be very stupid or its something beyond my control. I now have the server running and I can see it in the LAN tab on DayZ SA - but I cannot see it in the community tab. I have tried setting the fire wall settings as others have posted on here. but it didn't work. I have pasted the code in my start.bat file and the code in my serverdz.cfg file and the beserver_x64.cfg is empty. I don't know how to find the ip address of the server... I think I need it to configure BE I have DayZ Server Files running on my secondary PC And I wondered if using two pc's from the same hub is affecting it? I have everything at home or a normal home connection not a business connection or public./static ip either. Finally Quote steamQueryPort = 2305; when I have the line above in my serverdz.cfg file - then I cannot see the server listed in the LAN or the community tabs when I DONT have the line above in my serverdz.cfg file - then I can only see the server listed in the LAN tab Please can someone help? Thanks Jaan Rem START.BAT Rem ========= @echo off cls echo. set watch=DayZ Server title %watch% Watchdog cd "C:\DayZServer1" :watchdog echo (%time%) %watch% started. start "DayZ Server" /wait "DayZServer_x64.exe" -config=serverDZ.cfg -port=2302 -profiles=C:\DayZServer1\playerlogs -dologs -adminlog -netlog -freezecheck -noFilePatching -BEpath=C:\DayZServer1\Battleye echo (%time%) %watch% closed or crashed, restarting. goto watchdog // SERVERDZ.CFG FILE // ================== // Server name - max 64 chars hostname = "Jaan Doh - DayZ SA Vanilla"; // Password for connection to the server password = ""; // Password to become server admin passwordAdmin = ""; // Maximum amount of players maxPlayers = 30; // Verifies .pbos against .bisign files. (use only 2) verifySignatures = 2; // Server will allow connection only to clients with same exe revision as server when active (value 0-1) forceSameBuild = 1; // Enable/disable voice over network (value 0-1) disableVoN = 0; // Voice over network codec quality (values 0-30) vonCodecQuality = 7; //turn on/off 3rd person view for players on the particular server instance (value 0-1) disable3rdPerson = 0; //turn on/off cross-hair on the particular server instance (value 0-1) disableCrosshair = 0; // Server Start Time // Initial ingame time of server. "SystemTime" means local time of machine. Another possibility is to set the time to some value in "YYYY/MM/DD/HH/MM" format, f.e. "2015/4/8/17/23". serverTime = "2018/11/20/06/00"; // Accelerated Time (value 0-24) // This is a time multiplier for in-game time. In this case time would move 24 times faster than normal, an entire day would pass in one hour. serverTimeAcceleration = 4; // Persistent Time (value 0-1) // Actual server time is saved to storage, so when active, next server start will use saved time value. serverTimePersistent = 0; // Communication protocol used with game server (use only number 1) guaranteedUpdates = 1; // Number of players concurrently processed during login process. Should prevent massive performance drop during connection when a lot of people are connecting in the same time. loginQueueConcurrentPlayers = 5; // Maximum number of players that can wait in login queue loginQueueMaxPlayers = 30; // DayZ server instance id to identify number of instances per box and their storage folders with persistence files instanceId = 1; // how many persistence history files should been kept by instance, number is looped over during save lootHistory = 1; // Disable houses/doors persistence (value true/false), usable in case of problems with persistence storeHouseStateDisabled = false; // Checks if persistence files are corrupted and replaces corrupted ones with empty ones (value 0-1) storageAutoFix = 1; // Sets the respawn delay (in seconds) before the player is able to get a new character on the server, when the previous one is dead respawnTime = 20; // Message of the day displayed in the in-game chat motd[] = {"Thank You for gamingon our server","Visit our website www.jd-uk-dsf-gaming.co.uk","Private RP servers coming soon"}; // Time interval (in seconds) between each message motdInterval = 900; // Max ping value until server kick the user (value in milliseconds) maxPing= 250; // Format for timestamps in the .rpt file (value Full/Short) timeStampFormat = "Short"; // Logs the count of currently connected players (value in seconds), needs to have the -dologs launch parameter active logPlayers = 900; // Saves the server console log to a file in the folder with the other server logs logFile = "server_console.log"; //shows info about the character using a debug window in a corner of the screen (value 0-1) enableDebugMonitor = 0; // Logs the average server FPS (value in seconds), needs to have -dologs launch parameter active logAverageFps = 0; // Logs the server memory usage (value in seconds), needs to have the -dologs launch parameter active logMemory = 0; // defines Steam query port, should fix the issue with server not being visible in client server browser // steamQueryPort = 2305; class Missions { class DayZ { template="dayzOffline.chernarusplus"; //used mission //first part is mission name, second part is used map }; }; Share this post Link to post Share on other sites
lbmaster 21 Posted November 21, 2018 You need to open port 27016 in your Firewall AND your Router. The reason why you can not see the server in the community tab is, because the router blocks the connection to your server. LBmaster Share this post Link to post Share on other sites
DrZeddy 9 Posted November 21, 2018 Hi I think I have setup up the router and windows firewall and would have posted screen grabs but I cannot upload photos. I looked for help or a guide on how to upload photos but I think I can only put links to photos already online? In the router I opened ports 2302-2306, 27016 both UDP and TCP In the firewall I added incoming rules for the same ports (2302-2306, 27012-27018) both TCP and UDP I'm at a loss and cannot figure it out. I read somewhere another member wrote... "If you can see it in DayZSpy then your on" I cannot see my server listed in DayZSpy Its driving me nuts lol Share this post Link to post Share on other sites
XxFri3ndlyxX 19 Posted November 22, 2018 You will not see your own server listed in the community tab as its connected on the same router/network. The only way to see it is that if you use a vpn then it will show to you. So use the lan tab to connect and other user outside of your network will use the one in community tab. Share this post Link to post Share on other sites
XxFri3ndlyxX 19 Posted November 22, 2018 (edited) 1 hour ago, DrZeddy said: Hi I think I have setup up the router and windows firewall and would have posted screen grabs but I cannot upload photos. I looked for help or a guide on how to upload photos but I think I can only put links to photos already online? In the router I opened ports 2302-2306, 27016 both UDP and TCP In the firewall I added incoming rules for the same ports (2302-2306, 27012-27018) both TCP and UDP I'm at a loss and cannot figure it out. I read somewhere another member wrote... "If you can see it in DayZSpy then your on" I cannot see my server listed in DayZSpy Its driving me nuts lol If you cant see your server in dayzspy then you did something wrong either in windows firewall or whatever firewall you use or in the router. I suggest trying to dmz the computer that the server is hosted then run the server. Wait a minute or two then check dayzspy. If the server is listed then you know you missconfigured ports on the router. If it does not show then you missconfigured on the windows firewall. When your done, don't forget to disable dmz as your computer is exposed. Edited November 22, 2018 by XxFri3ndlyxX Share this post Link to post Share on other sites
DrZeddy 9 Posted November 22, 2018 I will try the DMOZ route first as that seems the easier way to find out. Thank You I will report back in a short while. Jaan Share this post Link to post Share on other sites
GaryWalnuts 1680 Posted November 22, 2018 1 hour ago, DrZeddy said: I looked for help or a guide on how to upload photos but I think I can only put links to photos already online? imgur has always worked well with these forums go to imgur.com then click on new post, drag your pic into the box and it'll upload. right-click on the image and open in a new tab. the url in the address bar will be the link you use here on the forums (click Insert other media then Insert image from url ) Share this post Link to post Share on other sites
DrZeddy 9 Posted November 22, 2018 Okay I can see the server in the DayzSpy now... It is showing up without a country (country unknown) I am in UK so I don't know why that happened or even how to put it right. So that would mean (going by your comments above) that I have done something wrong in my router... The router I use is a Plusnet Hub One [https://www.plus.net/help/broadband/router-user-guides/] I normally get a good speed out of it. Should I try to add the ports again? after deleting all game entries from it? I didn't really have any other game settings in there and Steam just worked out of the box without changing the Hub settings... The instructions seem to be straight forward for adding a port, but how it affects the network I dont know... Maybe its going to the wrong device (phones/laptops/pc) Share this post Link to post Share on other sites
XxFri3ndlyxX 19 Posted November 22, 2018 (edited) 19 minutes ago, DrZeddy said: Okay I can see the server in the DayzSpy now... It is showing up without a country (country unknown) I am in UK so I don't know why that happened or even how to put it right. So that would mean (going by your comments above) that I have done something wrong in my router... The router I use is a Plusnet Hub One [https://www.plus.net/help/broadband/router-user-guides/] I normally get a good speed out of it. Should I try to add the ports again? after deleting all game entries from it? I didn't really have any other game settings in there and Steam just worked out of the box without changing the Hub settings... The instructions seem to be straight forward for adding a port, but how it affects the network I dont know... Maybe its going to the wrong device (phones/laptops/pc) Is your server ip static? If it aint and you dont know how to do it you could download a simple program like port forward network utility or simply doing it in your router. This assure that the port are always going to the server computer. Then once your server has a static ip then you do the port. Edited November 22, 2018 by XxFri3ndlyxX Share this post Link to post Share on other sites
DrZeddy 9 Posted November 22, 2018 Thank You Gary, I managed to upload the pics of the settings: inbound firewall outbound firewall The old server (JD UK Noobs...) Thats how I had it before the .063 beta update came out And since then I moved the server of this pc onto the old 8350 box Share this post Link to post Share on other sites
DrZeddy 9 Posted November 22, 2018 (edited) Hiya XxFri3ndlyxX, No I do not have a static ip, I'm running the server in my home on my home broadband. I had a look at the utility you mentioned and I cannot afford it having shelled out on an SSD and 16GB Ram for the server So i tried to add the ports to my router. I started by adding Steam Games to list of permitted apps Then I added DayZ server to the list as using the steam games (previous step) as a base for the ports (see below) And finally I added the dayz server ports to that bit above The server is running (no errors) Although I think it is not active on dayzspy it shows as last seen 1hour ago (when I tried the DMOZ) I feel closer but i still dont know whats going on Edited November 22, 2018 by DrZeddy Share this post Link to post Share on other sites
XxFri3ndlyxX 19 Posted November 22, 2018 (edited) @DrZeddy The program can be downloaded as a trial. The static ip is free within the trial. This is how i do in my router. The only reason all my port are one by one is because this bell router is bulshit at port forwarding when doing 2302-2306. It wouldn't properly forward it so i had to add them one by one. Edited November 22, 2018 by XxFri3ndlyxX Share this post Link to post Share on other sites
DrZeddy 9 Posted November 22, 2018 Thank You Okay So put them in separately... I will split the ports listing up into single ports and try again. Share this post Link to post Share on other sites
XxFri3ndlyxX 19 Posted November 22, 2018 1 minute ago, DrZeddy said: Thank You Okay So put them in separately... I will split the ports listing up into single ports and try again. The only reason all my port are one by one is because this bell router is bulshit at port forwarding when doing 2302-2306. It wouldn't properly forward it so i had to add them one by one. Share this post Link to post Share on other sites
XxFri3ndlyxX 19 Posted November 22, 2018 (edited) So did you get it working? Edited November 22, 2018 by XxFri3ndlyxX Share this post Link to post Share on other sites
DrZeddy 9 Posted November 22, 2018 (edited) I have put the ports in separately like your photo with the exception of your port 8766 I did not add that one and instead of that one i have port 27016 there instead I can play the game on the lan but not see it in dayzspy or the dayz server browser Edited November 22, 2018 by DrZeddy Share this post Link to post Share on other sites
XxFri3ndlyxX 19 Posted November 22, 2018 (edited) Look top left of screenshot. It displays port needed to be open. Make sure all of these are open. By that i mean when you start your server. Check what port are displayed and forward them so they are open. Edited November 22, 2018 by XxFri3ndlyxX Share this post Link to post Share on other sites
DrZeddy 9 Posted November 22, 2018 Hiya Xx-Friendly-xX, Wow, I ever saw that before, you do mean in the line that says... "22:29:14 SUCCESS : SteamGameServer_Init(0, 8766, 2302, 2306, 3, 0.63, 149464)" So those are the ports... And I just have to check in my instance at home. I'm at work now but I will check it when I get home. I had turned the server off last night since I couldn't see it in DayzSpy. Thank you too for your effort and time. Jaan Share this post Link to post Share on other sites
XxFri3ndlyxX 19 Posted November 22, 2018 13 minutes ago, DrZeddy said: Hiya Xx-Friendly-xX, Wow, I ever saw that before, you do mean in the line that says... "22:29:14 SUCCESS : SteamGameServer_Init(0, 8766, 2302, 2306, 3, 0.63, 149464)" So those are the ports... And I just have to check in my instance at home. I'm at work now but I will check it when I get home. I had turned the server off last night since I couldn't see it in DayzSpy. Thank you too for your effort and time. Jaan Yeah Let met know how it goes. Share this post Link to post Share on other sites
DrZeddy 9 Posted November 22, 2018 Well hello again, I added the 8677 port to my firewall and router so it can pass through . But now (since the last update?) I get an error Cant find UADropItem... So having read another one of the newer threads where another member mentioned unpacking SCRIPT FILE (pbo) and uncomment some code, I will try that lol and then retry running the server again. Share this post Link to post Share on other sites
barci335 1 Posted November 22, 2018 (edited) 21 minutes ago, DrZeddy said: Well hello again, I added the 8677 port to my firewall and router so it can pass through . But now (since the last update?) I get an error Cant find UADropItem... So having read another one of the newer threads where another member mentioned unpacking SCRIPT FILE (pbo) and uncomment some code, I will try that lol and then retry running the server again. Dont. just go to your Documents Folder / Dayz and delete all .xml files. start server and you are good to go. :) Edited November 22, 2018 by barci335 Share this post Link to post Share on other sites
DrZeddy 9 Posted November 22, 2018 Thank you :) That got my server going again. Now i have the same error on my other pc So I will delete the xml files of there too (in my documents\dayz folder) and reboot the pc Share this post Link to post Share on other sites
barci335 1 Posted November 22, 2018 11 minutes ago, DrZeddy said: Thank you :) That got my server going again. Now i have the same error on my other pc So I will delete the xml files of there too (in my documents\dayz folder) and reboot the pc no problem. ;) Share this post Link to post Share on other sites
DrZeddy 9 Posted November 22, 2018 Well I still don't see my server in DayZSpy Router firewall Windows Firewall Hahaha I have to laugh because I must be an idiot lol Well its still not working - By that I mean that I cannot see my server listed in DayZ Spy Its called JD - DayZ SA Vanilla Share this post Link to post Share on other sites
barci335 1 Posted November 22, 2018 4 minutes ago, DrZeddy said: Well I still don't see my server in DayZSpy Router firewall Windows Firewall Hahaha I have to laugh because I must be an idiot lol Well its still not working - By that I mean that I cannot see my server listed in DayZ Spy Its called JD - DayZ SA Vanilla change in your server config: // steamQueryPort = 2305; to steamQueryPort = 2305; Share this post Link to post Share on other sites