Host over LAN
Step-by-step process for hosting a Fika server in your local network.
Hosting over LAN allows you to play with someone in the same house/network without internet access and without any real port forwarding other than allowing the application in your local firewall.
Obtain your local IP
Your local IP address will be required to host over LAN. Follow the steps below to obtain it.
Press the
Windows key
and typecmd
.

Type
ipconfig
and then pressenter
in the command prompt.Find the network adapter you are using (Ethernet or Wi-Fi). There can be multiple Ethernet adapter - make sure you identify the correct one.
Find the IPv4 Address entry and take note of the IP address, e.g
192.168.0.152
. This will be referred to asyour_lan_ip
below.

Configure Windows Firewall
Installing Fika using Fika-Installer will automatically configure the Windows Firewall.
Set your local IP in Fika
Start
SPT.Server.exe
at least once to generate the configuration files, then close it.Navigate to your
user\mods\fika-server\assets\configs
and openfika.jsonc
.Find the
server
section.Change
ip
toyour_lan_ip
.Change
backendIp
toyour_lan_ip
.Save the file and close it.

Launch
SPT.Server.exe
.
If everything is working properly, you should see something similar in the console output:
ModLoader: loading: 1 server mods...
Mod: server version: 2.4.0 by: Fika loaded
Server: executing startup callbacks...
Importing database...
Database import finished
Started webserver at https://<your_lan_ip>:6969
Started websocket at wss://<your_lan_ip>:6969
Server is running, do not close while playing SPT, Happy playing!!
If you see errors (red text) then your configuration is invalid or you are unable to host using the configured IP address/port.
Start
SPT.Launcher.exe
.Press
F12
when in-game to bring up the configuration manager.Find the
Force IP
andForce Bind IP
in theFika.Core
section of the configuration manager.Set both
Force IP
andForce Bind IP
toyour_lan_ip
.

Testing connectivity
Ask your friend(s) to ping your local IP address from a computer within the same local network.
If the ping fails then it means that you grabbed the wrong local IP address or that your network configuration is invalid. Validate your network settings.
Hosting a raid
Your Fika instance is now ready to host a raid.
Click here to learn how to host a raid.
Click here to learn more about additional Fika configurations.
Last updated