FAQ and Guides
Below you will find common questions and solutions. More in-depth guides can be found under the table of contents links on the left.
General Common Issues
❓I changed http.json
but my server still says 0.0.0.0
http.json
but my server still says 0.0.0.0
Please do not watch video guides, they are often out of date.
The only place where IPs need to be edited is in fika.jsonc
Server mod configuration documentation can be found here.
You must run
SPT.Server.exe
at least once withfika-server
installed forfika.jsonc
to generate.
Please follow the instructions for hosting
❓I do not see my friend(s) on the Online Players list on the main menu / I cannot see my friend's raid in the raid list
Only one person in the group launches SPT.Server.exe.
Decide which person is the server host. That person alone runs
SPT.Server.exe
and follows the Hosting a Fika server instructions.Everyone else does not run
SPT.Server.exe
and instead follows the Joining a Fika server instructions.Make sure that everyone has Fika installed. On the main menu, it should say FIKA in the bottom-left of the screen.
❓My friend is getting an error about open ports when trying to join my raid
If you are not using a headless client and your group is using Radmin VPN (or any other VPN client)
Whoever clicks the
HOST RAID
button needs to follow these instructions exactly as they are written:Navigate to the Fika.Core plugin settings in your F12 configuration menu and scroll down to the Network header. Select your own VPN IP from the
Force Bind IP
dropdown selection box, then type that same exact IP in theForce IP
box just above. If you do not see the correct IP available in theForce Bind IP
selection box, make sure you have the VPN client installed and are connected and then re-read the paragraph above very carefully. Also verify that the settings Use UPnP and Use NAT Punching are both unchecked/disabled.
If you are not using a headless client and your group is port forwarding
Whoever clicks the
HOST RAID
button needs to ensure that they have port forwarded 25565/udp in their router to the PC where they are playing SPT. The raid is hosted by the person who pressesHOST RAID
, not by theSPT.Server
host.Make sure all settings in F12 -> Fika.Core -> Network are default:
Force IP
should be blankForce Bind IP
should be Disabled or0.0.0.0
Port should match the port for which a port forward rule was created (25565 is default)
Both UPnP and NAT Punching should be disabled
If you are using headless client
If you are using the headless client to host raids and you are getting this error, you need to make sure the headless client is set up to accept incoming connections the same way any normal client would be.
If you are port forwarding, your port forward rule for 25565/udp needs to go to the PC that is running the headless client. All settings in
BepInEx/config/com.fika.core.cfg -> Network
section should be default.If you are using a VPN, you need to open up your
<headless install>/BepInEx/config/com.fika.core.cfg
in a text editor and make sure the VPN IP of the headless client machine is set for bothForce IP
andForce Bind IP
. The VPN client must also be installed and configured on the headless client PC as well.
❓F8 is not successfully extracting me from a raid
This has two common causes: either a mod is causing errors or something is intercepting the F8 key press.
Try pressing F12 to bring up the BepInEx Configuration Manager settings window. If that worked, try finding the Fika.Core setting for extract hotkey and rebinding it to a different key.
If F12 did not work or you were unable to rebind the extract hotkey to a different key (or if it shows it is bound to F13), you likely have something intercepting your F-keys. This is often overlay software like Overwolf or MSI Afterburner or similar, or it could be a joystick / steering wheel / other controller plugged in that is intercepting the F-keys. Try closing all overlay software and unplugging all control peripherals.
If none of the above worked, it is likely a mod that is causing issues. You will have to close your game client via ALT+F4 and then look in your Player.log file found in the folder below:
C:\Users\YOURUSERNAME\AppData\LocalLow\Battlestate Games\EscapeFromTarkov\
Open Player.log in a text editor and search for F8 pressed
and see if there are any errors nearby that hint at which mod may be the cause. If you are unsure, come visit us in the Discord #questions channel and explain what you've tried and upload your Player.log for assistance.
❓ I cannot see SPT chat bots like Commando / I cannot create the type of profile I want / I cannot enable quest sharing in F12
Review the fika-server mod configuration options.
❓How do I uninstall Fika?
Start Fika-Installer
and choose Uninstall Fika
.
Alternatively, you can do it manually using the following steps:
Navigate to
BepInEx/plugins/
and deleteFika.Core.dll
Navigate to
user/mods/
and delete thefika-server/
folderOpen SPT.Launcher.exe, click Settings in the top-right, and (if applicable) change URL back to
https://127.0.0.1:6969
Last updated