Setting up an Arma Reforger server (1.1.0.42 Ready, manual) - Fasthosts
Вставка
- Опубліковано 20 січ 2025
- In this video I'll show you how to set up your own Arma Reforger server on windows, using Steam CMD to manually install the server files, giving you the most control to set the server up the way you want to play. This works both on a remote server, and hosted locally on your own machine.
Buy a server today! : www.fasthosts....
Port forwarding article: portforward.co...
simply follow the article through, and select the router/ISP that applies to you for further instructions (third party articles are followed at your own risk)
Config file template - Remember that bindAddress should be 0.0.0.0 UNLESS you are hosting locally and port forwarding. If you are then this should instead be your PC's local IP address (as shown in the video). If hosting locally then your a2s and rcon address should both be your local IP, if hosting remotely then they should be your public IP address.
Copy from the first bracket to the very last bracket below:
{
"bindAddress": "0.0.0.0",
"bindPort": 2001,
"publicAddress": "ENTER-YOUR-IP-HERE",
"publicPort": 2001,
"a2s": {
"address": "ENTER-YOUR-IP-HERE",
"port": 17777
},
"rcon": {
"address": "ENTER-YOUR-IP-HERE",
"port": 19999,
"password": "changeme_withoutspaces",
"permission": "monitor",
"blacklist": [],
"whitelist": []
},
"game": {
"name": "Server Name - Mission Name",
"password": "",
"passwordAdmin": "changeme",
"admins" : [
"76561198200329058"
],
"scenarioId": "{ECC61978EDCC2B5A}Missions/23_Campaign.conf",
"maxPlayers": 4,
"visible": true,
"crossPlatform": true,
"supportedPlatforms": [
"PLATFORM_PC",
"PLATFORM_XBL"
],
"gameProperties": {
"serverMaxViewDistance": 2500,
"serverMinGrassDistance": 50,
"networkViewDistance": 1000,
"disableThirdPerson": true,
"fastValidation": true,
"battlEye": true,
"VONDisableUI": true,
"VONDisableDirectSpeechUI": true,
"missionHeader": {
"m_iPlayerCount": 40,
"m_eEditableGameFlags": 6,
"m_eDefaultGameFlags": 6,
"other": "values"
}
},
"mods": [
]
},
"operating": {
"lobbyPlayerSynchronise": true
}
}
This is a goated guide Shout out to this channel , I've used this guide to build multiple local hosted servers. I'd like to add some input for future server owners struggling with port forwarding , my isp has provided me with a modem and the only way to forward ports from my modem to my router is logging in through the app of your respected isp than finding the port forward settings and forwarding those ports to your router. secondly an alternative to all of this is AMP its a service that builds the server for you and also provides a admin panel , BUT this comes at a cost a minimum of $10 all the way up to $40 this is a one time payment. Enjoy!
i have this error
group=1 'REPLICATION', reason=3 'CONNECTION_FAILURE'
how i can reapir?
Did you ever figure this out?
Having the same issue
Same here
@@rejectedgaming1019 haha lucky I caught this comment while I was on UA-cam, it had something to do with port forwarding and you’ll need a pc for that. Took me a while to do kind of intimidating if you don’t know what to do but after a couple hours I had my own private server up for me and my brother
@@WorkUdi it would help if u gave more details that answer is useless as fuck man
No matter what i do i cannot connect to my own server, my friends can but i cant, i have every port forwarded that needs to be and im using the create config through the game itself?
Ran the batch file. it runs then disappears. Was looking forward to this.
what if the ping is 999 on the server and only I can log in, my friends can't!
have the same probem
crashes on me when i click the start.bat file. i temporarily see the black screen pop up loading with all the info on the screen but maybe 1 second into it it closes itself. everything looks correct
literally same is happening to me.
@@jakesinclair7266 for me personally, i had to only have one admin not two like i tried, and i had to use my original steam ID 17 digit number, not the custom one i set up.
It looks like you might have fixed this one now, but for anyone else, if you do see that the console closes after starting it the chances are that an error message was shown, just very very quickly.
Annoyingly the best thing I could suggest is to record your screen in some way if this is happening, and then check the recording back to see if you can see what the error was, and hopefully that should point you in the right direction.
@@fasthosts good idea, didn’t think of that. Slow motion capture would also probably help
@@jakesinclair7266 Did you get this solved?
does anyone know how to make a server persistant? eg save and load on its own?
what to do when you enter a username in cmd and asks for a flog, it is not usual how to solve the problem
Great guide! Do you know how to host a game for MP? I want to host Game Master for cross play with friends but they keep getting error: "Session Error- connection failed. Kick Cause Code: group=1 'Replication', reason Connection Failure'
I have made portforward on router same as one in game. No idea how to resolve. Any help is much appreciated!
This is extremely helpful info as of 2024. Thank you. Subbed.
Of the available VPS, which one do you recommend for 48 players? That is to say... what features should the VPS have in order to find a counterpart in Azure and/or AWS?
if you're building the server using this method there is no player limit. simply changer the value of player count in the config folder.
The customer service for Fasthosts is non existent and when calling the number it asks you to sign up for a $100 certificate? What is going on?
how can ı become admın ın confıg json
Thank you very much for your help. But I have a question. We are getting an error on our server. It is like access violation illegal write. This error crashes our server at uncertain times and some of the players are kicked out of the game with this error while playing on our server, but they do not experience this on other servers. Do you have any ideas?
Hi, that's not an error I've personally come across, and from what I can tell looking up similar errors, it unfortunately could be many things that is causing this. At it's core the issue is that the server client (or game client if it's only happening to certain people) is unable to read/write files correctly, and this could be a permissions issue (try running the server/game as administrator) or a memory issue, which could indicate a hardware or firmware issue on the machine that the server is running on.
if you're still getting this issue, the best thing I could suggest is grabbing any crash reports or other info you have and raising a ticket with Bohemia support on their website, and they hopefully can point you in the right direction
@@fasthosts thank you very much
My server can not open my campaign file (Unable to open server config file: .\Configs\Campagin_SWCoast.json)
Looking at the error you've pasted in, it seems like there might be a mistake in the file name? I assume "Campagin" should be "Campaign"
@@fasthosts in which folder can i find the file ?
@@JaKe-nm4oj Right, so I'm assuming here that "Campagin_SWCoast.json" is what you named your config file as? If so, you need to go into your configs folder (this is the one you made yourself if you followed the video) and check the file name that you gave your config file, and make sure that it matches what you put into your .bat file - I'm guessing the issue here is you've called it something else in the configs folder.
The file name you need to check is in the Configs folder within your server folder, which is what that error string is referencing:
.\Configs\Campagin_SWCoast.json
@@fasthosts Server startet but we got an 999+ ping now
tengo este error ,que hago para arreglarlo
group=1 'REPLICATION', reason=3 'CONNECTION_FAILURE'
same here
This error seems to show when the network settings haven't been configured correctly, so I'd advise rewatching the video and pay close attention to the ports that need to be opened, and the information that I put into the config file and how to find it
@@fasthosts i watched ur video to the t paused it every 5 seconds and got the same bullshit error message when switching to my xbox to connect this is so fustrating
can you do a video with the github arma server tool?
Thank you for all the help, will this work on experimental server as well?
As far as I'm aware, yes!
after the last update we have so many crashes. if someone knows plz pm me.
json is not javascript
JavaScript Object Notation (JSON). it is, you are wrong
@ JSON is for storing and exchanging data. The reason JavaScript is in the name, is because json is a subset of JavaScript syntax. It is not a programming language by any means. Know your facts before you come at me. You can use JavaScript to process json data. JavaScript was json then why the need for a separate format? It’s literally a data format. JavaScript is a programming language. These are two fundamentally different things.
@@confusingfool93 JSON is a language-independent data format. It was derived from JavaScript, but many modern programming languages include code to generate and parse JSON-format data. Seems you don't know its origin
@ no shit it’s a derivative of JavaScript. I literally said that in my last comment bro “subset of JavaScript syntax”. What are you on about?
amazing
didnt work at all, thanks for nothing. batch files just crashes instantly
SCAM SCAM SCAM
scammmmmmmmmmmmmmmmmmm
🤦 why are pc olayers making tutorials on this game number 1 it never works number 2 well over 80% of the playerbase is xbox "because the game is shit and arma 3 is a way better option for pc players" like bro 2 years later no host option 🤦. Heres my tutorial spent money on the game then spend money on a server 👍