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 keyand typecmd.

Type
ipconfigand then pressenterin 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_ipbelow.

Configure Windows Firewall
Installing Fika using Fika-Installer will automatically configure the Windows Firewall.
Configure your local IP in Fika
Start
SPT.Server.exeat least once to generate the configuration files, then close it.

Navigate to your
user\mods\fika-server\assets\configsOpen
fika.jsonc.Find the
serversection.Change
iptoyour_lan_ip.Change
backendIptoyour_lan_ip.Save the file and close it.

Launch
SPT Server
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

Click the
Settingsbutton

Check the
Developer modebox.Enter your local IP address in the URL section. DO NOT leave out
https://and do not add a slash at the end. The URL box should look like this:https://192.168.0.33:6969.

Press the arrow on the right corner.
You should now be able to create your profile and log in to the server.
Start the game.

Press
F12when in-game to bring up the configuration manager.Find the
Force IPandForce Bind IPin theFika.Coresection of the configuration manager.Set both
Force IPandForce Bind IPtoyour_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
