⍟ Host Server
How to host a server? How to configure server settings?
In this tutorial, you’ll learn how to host a simple server directly from the game. While this method is quick and easy, there are a few limitations:
You’ll have fewer game settings to customize. []
The person hosting the server must also be playing on it.
For a full-featured, production server, you’d want to use a dedicated server client. However, this quick setup is usually enough for most situations.
Hosting a LAN Server
A local server is a game server that shows up in your local server browser and can be accessed by anyone on your LAN network. This option is perfect for hosting a game night with family at home, or for playing with friends over the internet using a .
Select MULTIPLAY → LOCAL.
In the CREATE tab, configure your server settings and click START SERVER.
Check out the Server Settings guide for details on extra cutomization settings.
While the server is launching (on the loading or briefing screen), you’ll see your server’s local IP address displayed.
Hosting a Private WAN Server
A private WAN server is a game server that doesn’t show up in the online server browser, but friends can still join if they know your public IP address. This is a great option for hosting a game night with friends, without needing any virtual LAN tools.
Close the game if it’s running.
In your home router’s control panel, forward these ports to your server’s local IP address:
29900
(UDP or Both)17567
(Both)
Visit whatismyip.com to find your public IP address, and share it with your friends.
Log in to the game.
Select MULTIPLAY → LOCAL.
In the CREATE tab, configure your server settings and click START SERVER.
Check out the Server Settings guide for details on extra cutomization settings.
LAN players (like family at home) can join using your local IP address, while friends from other locations (WAN players) can join using your public IP address — as long as port forwarding is set up correctly.
Hosting a Public WAN Server
A public server is a game server that appears in the online server browser and can be accessed by anyone on the Internet. Since your server will be visible to everyone, random players can join your game.
Close the game if it’s running.
In your home router’s control panel, forward these ports to your server’s local IP address:
29900
(UDP or Both)17567
(Both)
Open File Explorer and go to C:\Users\<YOU>\Documents\Battlefield 2142\Profiles
.
Open Global.con
with a text editor.
Find the line starting with GlobalSettings.setDefaultUser
. If its value is 0001
, open the folder named 0001
.
Inside that folder, open ServerSettings.con
with a text editor.
Find the line GameServerSettings.setInternet 0
and change the 0
to 1
. Save the file.
Go to whatismyip.com to find your public IP address and share it with your friends.
Log in to the game.
Select MULTIPLAY → LOCAL.
In the CREATE tab, configure your server settings and click START SERVER.
Check out the Server Settings guide for details on extra cutomization settings.
Your server should now appear in the online server browser. To check if everything is set up correctly, press Esc in-game and go to the server browser — your server should be listed there.
If port forwarding isn’t set up properly, your server will still show up in the list, but others won’t be able to join.
Last updated
Was this helpful?