#1 2013-03-19 19:34:04

ShadowEternal
Player
Reputation: 0
Registered: 2013-03-19
Posts: 3

Any tutorial to run a BF1942 server on Linux?

Does anyone know how to run a BF1942 server on Linux? I want it running on Origin v. 1.612.
I already have a VPS and all I need to know now is how to run a server on Linux.
A tutorial for rookies would be great! wink

Last edited by ShadowEternal (2013-03-19 19:34:22)

Offline

    Positive reputation 0   Negative reputation 0

#2 2013-03-20 00:18:22

tuia
BFSoldier
Portugal
Reputation: +1092
Location: Lisbon
Registered: 2012-02-20
Posts: 6,344
Website

Re: Any tutorial to run a BF1942 server on Linux?

Hi ShadowEternal!

You can read this brief tutorial:
http://sysops.ie/blog/installing-bf1942 … -on-linux/
Make sure you also learn how to use and understand Linux OS, mainly the shell.

Offline

    Positive reputation 0   Negative reputation 0

#3 2013-03-21 04:19:57

ShadowEternal
Player
Reputation: 0
Registered: 2013-03-19
Posts: 3

Re: Any tutorial to run a BF1942 server on Linux?

Do I need to have the game installed on my VPS in order to get the dedicated
server working?

Also the first link says about relevant files that I need to download but
the link doesn't works and I don't know what files is he talking about..

Last edited by ShadowEternal (2013-03-21 04:29:23)

Offline

    Positive reputation 0   Negative reputation 0

#4 2013-03-22 00:44:44

tuia
BFSoldier
Portugal
Reputation: +1092
Location: Lisbon
Registered: 2012-02-20
Posts: 6,344
Website

Re: Any tutorial to run a BF1942 server on Linux?

You don't need the BF1942 game installed to run a server in Windows or Linux. You need to download BF1942 server files. Download server files for Linux:
ftp://ftp.games.skynet.be/pub/misc/bf19 … .6-rc2.run
ftp://ftp.games.skynet.be/pub/misc/bf19 … .61.tar.gz

If you search the forum, you'll find your answers smile
Read this topic http://team-simple.org/forum/viewtopic. … 262#p15262, it has been answered before.
After you download and install BF1942 server v1.61, you'll need to download BF1942 Linux hacked files to v1.612 from s[sk], which you can find them mentioned here: http://team-simple.org/forum/viewtopic. … 9237#p9237

Offline

    Positive reputation 0   Negative reputation 0

#5 2014-02-14 15:58:55

Waldek
Player
Reputation: 0
Registered: 2014-02-14
Posts: 6
Windows XP Firefox 26.0

Re: Any tutorial to run a BF1942 server on Linux?

Hi
Correct me if I'm wrong. I want to set up a server with the following features:
- 128 slots
- 1.61b (CD RETAIL) and 1.612 (ORIGIN) users allowed to play altogheter
- showing the key hashes of all players
- mods support

So are these ALL the things I need?:
1 ftp://ftp.games.skynet.be/pub/misc/bf19 … .6-rc2.run
2 ftp://ftp.games.skynet.be/pub/misc/bf19 … .61.tar.gz
3 http://team-simple.org/download/bf1942_ … 612.tar.gz
4 http://team-simple.org/download/bfserve … hed.tar.gz or http://team-simple.org/download/bfserve … hed.tar.gz (what's the difference between them btw?)
5 http://team-simple.org/download/BFRemot … atched.zip or http://team-simple.org/download/BFRemot … atched.zip (what's the difference between them btw?)

6. Do i have to run this as well, or the above patches are modified to do this:?
iptables -I OUTPUT 1 -d 69.10.30.248 -p udp --dport 29910 -j DROP

Are there any problems with managing the server when the players count is higher than 80 or 100 players?

Last edited by Waldek (2014-02-14 16:01:34)

Offline

    Positive reputation 0   Negative reputation 0

#6 2014-02-15 13:03:40

tuia
BFSoldier
Portugal
Reputation: +1092
Location: Lisbon
Registered: 2012-02-20
Posts: 6,344
Website
Windows XP Firefox 27.0

Re: Any tutorial to run a BF1942 server on Linux?

Hi Waldek!
Yes, those are all the things you need. Difference between BFServerManager v2.01 and BFServerManager v2.0 final, is that v2.0 final, although an inferior version, recognizes special characters in player names, outside the ASCII range I believe. There is a changelog text file referring other differences between them.
You have to create that rule to display keyhashes with current server binaries.
There are some problems, around 80 players BFServerManager will crash, it's not properly patched, yet, and server will not display in in-game server browser list when it has more than 64 players, if it's displaying keyhashes.

Offline

    Positive reputation 0   Negative reputation 0

#7 2017-04-02 00:18:55

Russ
Jack-of-all-trades
United States
Reputation: +136
Registered: 2015-06-26
Posts: 390
Ubuntu Chromium 57.0

Re: Any tutorial to run a BF1942 server on Linux?

tuia wrote:

You don't need the BF1942 game installed to run a server in Windows or Linux. You need to download BF1942 server files. Download server files for Linux:
ftp://ftp.games.skynet.be/pub/misc/bf19 … .6-rc2.run
ftp://ftp.games.skynet.be/pub/misc/bf19 … .61.tar.gz

If you search the forum, you'll find your answers smile
Read this topic http://team-simple.org/forum/viewtopic. … 262#p15262, it has been answered before.
After you download and install BF1942 server v1.61, you'll need to download BF1942 Linux hacked files to v1.612 from s[sk], which you can find them mentioned here: http://team-simple.org/forum/viewtopic. … 9237#p9237

These binaries have symbols, neat!

Offline

    Positive reputation 0   Negative reputation 0

#8 2023-06-08 18:20:29

exemaco
Player
Argentina
Reputation: 0
Registered: 2023-06-08
Posts: 8
Windows 10 Firefox 113.0

Re: Any tutorial to run a BF1942 server on Linux?

tuia wrote:

Hi Waldek!
Yes, those are all the things you need. Difference between BFServerManager v2.01 and BFServerManager v2.0 final, is that v2.0 final, although an inferior version, recognizes special characters in player names, outside the ASCII range I believe. There is a changelog text file referring other differences between them.
You have to create that rule to display keyhashes with current server binaries.
There are some problems, around 80 players BFServerManager will crash, it's not properly patched, yet, and server will not display in in-game server browser list when it has more than 64 players, if it's displaying keyhashes.

Hello, Is there a current version of BFServerManager patched for 128 players?

Offline

    Positive reputation 0   Negative reputation 0

#9 2023-06-08 23:13:51

tuia
BFSoldier
Portugal
Reputation: +1092
Location: Lisbon
Registered: 2012-02-20
Posts: 6,344
Website
Windows 7 Chrome 109.0

Re: Any tutorial to run a BF1942 server on Linux?

There is for Linux and I can probably patch it to work with 128 players in Windows. But why would you need it for 128 players? Can you gather that number of players in a server? smile

Offline

    Positive reputation 0   Negative reputation 0

#10 2023-06-09 00:26:35

exemaco
Player
Argentina
Reputation: 0
Registered: 2023-06-08
Posts: 8
Windows 10 Firefox 113.0

Re: Any tutorial to run a BF1942 server on Linux?

tuia wrote:

There is for Linux and I can probably patch it to work with 128 players in Windows. But why would you need it for 128 players? Can you gather that number of players in a server? smile

My server runs on linux, I don't think I'll fill it up anytime soon but I'd like to have it patched for the future with 128 players. If possible you can also add this fixt: https://team-simple.org/forum/viewtopic … 07#p142507

pd;
For some reason I am not being able to see the players that are connected to my server hmm
9MpPwCt.png

Thanks.

Offline

    Positive reputation 0   Negative reputation 0

#11 2023-06-09 00:31:46

tuia
BFSoldier
Portugal
Reputation: +1092
Location: Lisbon
Registered: 2012-02-20
Posts: 6,344
Website
Windows 7 Chrome 109.0

Re: Any tutorial to run a BF1942 server on Linux?

I am sorry about that, all download links have to be reviewed to have the latest releases.

In BFRemoteManager in the Admin tab make sure you have Enable Remote Console box ticked.

Offline

    Positive reputation 0   Negative reputation 0

#12 2023-06-09 02:02:18

exemaco
Player
Argentina
Reputation: 0
Registered: 2023-06-08
Posts: 8
Windows 10 Firefox 113.0

Re: Any tutorial to run a BF1942 server on Linux?

tuia wrote:

I am sorry about that, all download links have to be reviewed to have the latest releases.

In BFRemoteManager in the Admin tab make sure you have Enable Remote Console box ticked.

Fixed, now I can see the players connected to the server, the problem was that I put a wrong IP in the ip address option.

pd: bfsmd.static it also has to be in the directory /usr/bin/?

Offline

    Positive reputation 0   Negative reputation 0

#13 2023-06-10 10:35:51

tuia
BFSoldier
Portugal
Reputation: +1092
Location: Lisbon
Registered: 2012-02-20
Posts: 6,344
Website
Windows 7 Chrome 109.0

Re: Any tutorial to run a BF1942 server on Linux?

You can place bfsmd binary anywhere, just run it in the directory of your Battlefield 1942 server. There are other options, you have to read the manual.

Your Battlefield 1942 server ought to have a static IP address, if it is always changing your players won't realise it.

Offline

    Positive reputation 1   Negative reputation 0

Board footer