mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2026-04-27 07:05:58 +03:00
[GH-ISSUE #896] [Arma 3] Bepath for Battleye #717
Labels
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LinuxGSM#717
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AznoYT on GitHub (Jun 22, 2016).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/896
Hello everyone, I turn to you today because I wanted to use the EPM Rcon software to administer my server correctly, suddenly here's what I get into the rcon bepath:


but when I go into my software EPM Rcon, I get all the right information, it shows me this:
thank you in advance for your help
@igeighty commented on GitHub (Jun 22, 2016):
have you created a beserver.cfg file ?
@AznoYT commented on GitHub (Jun 22, 2016):
Yes
@igeighty commented on GitHub (Jun 22, 2016):
have you specified a port in that file ?
my beserver.cfg
RConPort 2301RConPassword 123456MaxPing 500i have port forwarded port 2301 tcp and udp in router.
beserver.cfg resides in ./serverfiles/battleye (with chmod 775)
my arma3server script battleye entry is
# Path to BattlEye# leave empty for defaultbepath=""@AznoYT commented on GitHub (Jun 22, 2016):
es Do I have to put any thing in bepath?
@igeighty commented on GitHub (Jun 22, 2016):
i would leave
bepath=""restart server and see how that goes ? i did have issues when specifying a path in that value.
as long as you place beserver.cfg in /home/arma3server/serverfiles/battleye/
@AznoYT commented on GitHub (Jun 22, 2016):
it is normal that after the file is called beserver_active_xxxxxxxx.cfg ?
@igeighty commented on GitHub (Jun 22, 2016):
it seems that is a security measure, the battleye client adds random letters to it as an anti-hack measure,
what it does show is that battle eye is reading the file :)
when the server is stopped you can safely rename it back to beserver.cfg make any changes. and once the server starts again, you'll notice the file is then renamed to beserver_active_xxxxxxxx.cfg.
are you hosting from home or a dedicated ? as you may have to have the port forwarded ?
@AznoYT commented on GitHub (Jun 22, 2016):
My server is hosted by OVH is the game port is 2302
@igeighty commented on GitHub (Jun 22, 2016):
not sure about hosted setups, sorry, i use a dedicated linux machine on my local network with ports forwarded through my router so it can be connected to from the outside,
my local address for server is 192.168.1.118 and it appears in the server browser as 211.28.215.135
did OVH have to open your UDP ports 2302,2303,2304,2305 ? if they did, you will have to ask them to open 2301 (or whatever port you specify in beserver.cfg) on both TCP and UDP. battleye uses TCP and UDP as far as i can tell.. whereas arma3 server uses UDP only
@AznoYT commented on GitHub (Jun 22, 2016):
I'm on a dedicated machine OVH and my machine to unlock all ports
@igeighty commented on GitHub (Jun 22, 2016):
netstat -atunp | grep arma3server
you should see similar to this (mine is local address)
udp 0 0 192.168.1.118:2301 0.0.0.0:* 5459/arma3server<-- battleye portudp 0 0 192.168.1.118:2302 0.0.0.0:* 5459/arma3serverudp 0 0 192.168.1.118:2303 0.0.0.0:* 5459/arma3serverudp 0 0 192.168.1.118:2304 0.0.0.0:* 5459/arma3serverudp 0 0 192.168.1.118:2305 0.0.0.0:* 5459/arma3server@AznoYT commented on GitHub (Jun 22, 2016):
I have this:
@igeighty commented on GitHub (Jun 22, 2016):
could you post your beserver.cfg (overwrite your password)
from the screen shot i am guessing that 53434 is your battleye port maybe
@AznoYT commented on GitHub (Jun 22, 2016):
http://pastebin.com/nQYP5rGi
@igeighty commented on GitHub (Jun 22, 2016):
found it,
RConPassword *****RConPort 2302<--cant use game port :)MaxPing 350change to
RConPort 2301@igeighty commented on GitHub (Jun 22, 2016):
since v1.58 as per bohemia...
RconPort must avoid reserved ARMA3server port range (gameport *+0,+1,+2,+3))
default reserved ports are 2302 - 2305 (to clarify the reserved ports can't be used for BattlEye's RCON).
example for default server setting, RconPort 2301
https://community.bistudio.com/wiki/BattlEye#RCon
i fell into the same trap from the old way of connecting when you did indeed use the game port 2302
@AznoYT commented on GitHub (Jun 22, 2016):
I'm testing
@UltimateByte commented on GitHub (Jun 23, 2016):
If you got an OVH "Game" series server, make sure your OVH firewall (not iptables) doesn't block those ports.
@igeighty commented on GitHub (Jun 24, 2016):
@AznoYT did you get this sorted out ?
@AznoYT commented on GitHub (Jun 24, 2016):
it's good it works, and for information when they rent a dedicated server at OVH all ports are already open
@igeighty commented on GitHub (Jun 24, 2016):
thats good, so the problem was the wrong port in beserver.cfg ?
glad its working now. may as well close the ticket as it is now fixed
have fun.
@lock[bot] commented on GitHub (Jul 19, 2018):
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.