[GH-ISSUE #2791] Unreal Tournament 3 not appearing in Internet server list #2011

Closed
opened 2026-02-27 03:00:20 +03:00 by kerem · 10 comments
Owner

Originally created by @lepiney on GitHub (Mar 28, 2020).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/2791

User Story

Before you say "why are you posting here this isn't the forum"

I'm just trying to help someone avoid the frustrations I had.

So-
As an installer of UT3 Linux GSM, I want set up a game server so that appeared in the server master list and be played by the Internet players.

Basic info

  • Distro: [Debian 9]
  • Game: [Unreal Tournament 3]
  • Command: [./UT3server start]
  • LinuxGSM version: [v12.34.56]

Further Information

I installed the LGSM game and followed instructions many times.
After days of googling and troubleshooting I finally got the server listed and playable in the master server list.
I wanted to share where the GSM documentaion is wrong and what it is missing.

I found that using the linux gamespy server patch fixed is critical to listing your server.
http://cl1k.de/ut3/patches/index.html

Also of note - edit the /ut3server/lgsm/config-lgsm/ut3-server/common.cfg
ip= "your internal address"
multihome = 0.0.0.0 (NOT your internal address)

Showed up straight away in the server list after I did these.

Hope this helps someone

To Reproduce

install the gamespy linux server patch
put multihome = 0.0.0.0 in the config.cfg file (NOT internal IP)

Steps to reproduce the behaviour:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behaviour

It should appear on the master server list

Originally created by @lepiney on GitHub (Mar 28, 2020). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/2791 ## User Story Before you say "why are you posting here this isn't the forum" - I wast asked to by [LGSM] KnightLife Officer 19 Mar @ 5:36am please can you post this on github https://github.com/GameServerManagers/LinuxGSM/issues I'm just trying to help someone avoid the frustrations I had. So- As an installer of UT3 Linux GSM, I want set up a game server so that appeared in the server master list and be played by the Internet players. ## Basic info * **Distro:** [Debian 9] * **Game:** [Unreal Tournament 3] * **Command:** [./UT3server start] * **LinuxGSM version:** [v12.34.56] ## Further Information I installed the LGSM game and followed instructions many times. After days of googling and troubleshooting I finally got the server listed and playable in the master server list. I wanted to share where the GSM documentaion is wrong and what it is missing. I found that using the linux gamespy server patch fixed is critical to listing your server. http://cl1k.de/ut3/patches/index.html Also of note - edit the /ut3server/lgsm/config-lgsm/ut3-server/common.cfg ip= "your internal address" multihome = 0.0.0.0 (NOT your internal address) Showed up straight away in the server list after I did these. Hope this helps someone ## To Reproduce install the gamespy linux server patch put multihome = 0.0.0.0 in the config.cfg file (NOT internal IP) Steps to reproduce the behaviour: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error ## Expected behaviour It should appear on the master server list
Author
Owner

@Erutan409 commented on GitHub (Mar 29, 2020):

@lepiney Can you share how you applied the patch for the linux server? Timing couldn't have been better for you opening this issue, too. So, thank you for that.

<!-- gh-comment-id:605696987 --> @Erutan409 commented on GitHub (Mar 29, 2020): @lepiney Can you share how you applied the patch for the linux server? Timing couldn't have been better for you opening this issue, too. So, thank you for that.
Author
Owner

@lepiney commented on GitHub (Mar 29, 2020):

This should go without saying:
ports are forwarded 7777, 6500
I got 7778 forwarded too for some reason I read it was a good idea somewhere.
and 8090 for the webadmin listing port

  1. download Linux gamespy server patch
    I got from here:
    http://cl1k.de/ut3/patches/index.html
    This will download UT3Linux2.1_EpicMS.zip

  2. Copy this file to /ut3server/serverfiles/binaries

  3. Rename ut3-bin file to ut3-bin.orig

  4. Unzip UT3Linux2.1_EpicMS.zip to create a new ut3-bin file

  5. Make sure the new bin file has correct permissions - that's a trap

ut3-bin

If still having issue the n make sure in the common.cfg

multihome is=0.0.0.0
ip= "your internal address"

This 100% works for me.
I reboot and restart the server and it appears in the master list every time.
And it stays there. Look for:
Airborne Frag Server (Lepiney.co.nz/utstatsdb)
That's me

To prove Internet players can access and play I set up a utstatsdb that records everyone playing on the server and displays on website Lepiney.co.nz/utstatsdb . It works! Yay!

Y

<!-- gh-comment-id:605701072 --> @lepiney commented on GitHub (Mar 29, 2020): This should go without saying: ports are forwarded 7777, 6500 I got 7778 forwarded too for some reason I read it was a good idea somewhere. and 8090 for the webadmin listing port 1) download Linux gamespy server patch I got from here: http://cl1k.de/ut3/patches/index.html This will download UT3Linux2.1_EpicMS.zip 2) Copy this file to /ut3server/serverfiles/binaries 3) Rename ut3-bin file to ut3-bin.orig 3) Unzip UT3Linux2.1_EpicMS.zip to create a new ut3-bin file 4) Make sure the new bin file has correct permissions - that's a trap ![ut3-bin](https://user-images.githubusercontent.com/62777857/77860711-135bb380-726d-11ea-978d-998534b71620.JPG) If still having issue the n make sure in the common.cfg multihome is=0.0.0.0 ip= "your internal address" This 100% works for me. I reboot and restart the server and it appears in the master list every time. And it stays there. Look for: Airborne Frag Server (Lepiney.co.nz/utstatsdb) That's me To prove Internet players can access and play I set up a utstatsdb that records everyone playing on the server and displays on website Lepiney.co.nz/utstatsdb . It works! Yay! Y <blockquote><div><strong><a href="http://cl1k.de/ut3/patches/index.html">Unreal Tournament 3 GameSpy Patches</a></strong></div></blockquote>
Author
Owner

@Grimston commented on GitHub (Mar 30, 2020):

I have copied the patch to my CDN for direct access this would mean the patch can be automated.
https://cdnlgp.b-cdn.net/files/lgsm/servers/ut3/patch/UT3Linux2.1_EpicMS.zip

<!-- gh-comment-id:605814366 --> @Grimston commented on GitHub (Mar 30, 2020): I have copied the patch to my CDN for direct access this would mean the patch can be automated. [https://cdnlgp.b-cdn.net/files/lgsm/servers/ut3/patch/UT3Linux2.1_EpicMS.zip](https://cdnlgp.b-cdn.net/files/lgsm/servers/ut3/patch/UT3Linux2.1_EpicMS.zip) <blockquote></blockquote>
Author
Owner

@Erutan409 commented on GitHub (Apr 3, 2020):

@lepiney Weird. Still doesn't seem to be working for me. I'll keep playing around with it.

<!-- gh-comment-id:608613393 --> @Erutan409 commented on GitHub (Apr 3, 2020): @lepiney Weird. Still doesn't seem to be working for me. I'll keep playing around with it.
Author
Owner

@Erutan409 commented on GitHub (Apr 3, 2020):

@lepiney I just got it. I didn't know I had to create an account for the server, itself.

<!-- gh-comment-id:608628017 --> @Erutan409 commented on GitHub (Apr 3, 2020): @lepiney I just got it. I didn't know I had to [create an account](https://multiplayerforums.com/topic/5323-unreal-tournament-3-server-setup-guide-windows/) for the server, itself.
Author
Owner

@lepiney commented on GitHub (Apr 3, 2020):

That's right - it has to be a separate account from the player account - that's from the bad old gamespy days
A real trap - I forgot to mention that.Y

<!-- gh-comment-id:608711167 --> @lepiney commented on GitHub (Apr 3, 2020): That's right - it has to be a separate account from the player account - that's from the bad old gamespy days A real trap - I forgot to mention that.Y
Author
Owner

@dgibbs64 commented on GitHub (Apr 27, 2020):

I will be testing this and merge the patch in to the full download

<!-- gh-comment-id:619894067 --> @dgibbs64 commented on GitHub (Apr 27, 2020): I will be testing this and merge the patch in to the full download
Author
Owner

@dgibbs64 commented on GitHub (Apr 29, 2020):

#2851 I have updated the archive with the gamespy patch. Also going to add details about the login parms

<!-- gh-comment-id:621482504 --> @dgibbs64 commented on GitHub (Apr 29, 2020): #2851 I have updated the archive with the gamespy patch. Also going to add details about the login parms
Author
Owner

@h3o66 commented on GitHub (May 24, 2020):

~Closed
bug fix in version 20.3.0 included

<!-- gh-comment-id:633226927 --> @h3o66 commented on GitHub (May 24, 2020): ~Closed bug fix in version 20.3.0 included
Author
Owner

@github-actions[bot] commented on GitHub (May 25, 2021):

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:847430940 --> @github-actions[bot] commented on GitHub (May 25, 2021): This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
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
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#2011
No description provided.