spt-fika

spt-fika

Docker app from apfaffman's Repository

Overview

SPT AKI server backend with optional Fika mod (can be disabled on first run). Uses zedramus's docker image: https://github.com/zhliau/fika-spt-server-docker. Current SPT version: 3.11.3 Current Fika server version: v2.4.6 This is a barebones template to get your SPT/Fika server running quickly on Unraid.

spt-fika

Play Escape from Tarkov with friends on your own Unraid server!

Current "latest" version

SPT version 3.10.5

Fika v2.3.6

What's this about?

I deserve no credit. I just take someone else's Dockerfile, create an image, upload it to Dockerhub, and reference it in an Unraid app XML template. This way users can pull the image through Unraids excellent Community Apps plugin.

Originally, I built images using OnniSarna's guide and Dockerfile, but this hasn't been updated since the SPT team moved to Github as their official repo, and, as of January 5, 2025, it behaves strangely. I have altered it to reference the current SPT repo address, but the Dockerfile continues to generate SPT-Fika server images with SPT 3.10.4 and Fika v2.3.5 at the latest, even if newer versions are specified in the Dockerfile ARGs.

Zedramus and contributers have put together a current Dockerfile here for the emulated backend server. I am now using this to build images for the Unraid App.

Note: this Git refers only to the emulated server backend. I'll publish a template on Unraid CA for the dedicated client soon, but that requires more setup and know-how, and I must make considerations on how to document and support it!

How to Connect

To connect, point your SPT Launcher (Settings, enable Developer Mode, fill in the URL field) to the host address (or this container's address if you have it bridged) with the port specified (e.g, http://192.168.1.10:6969, if 192.168.1.10 is your host IP).

Credit, Links, Etc

Major kudos to zedramus and his Dockerfile and OnniSarna (for his original guide to create my first SPT server images).

For more information about the SPT Escape from Tarkov mod, check out https://sp-tarkov.com/.

For more information about the Fika project, check out https://project-fika.gitbook.io/wiki.

Install spt-fika on Unraid in a few clicks.

Find spt-fika in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for spt-fika Review the template variables and paths Click Install

Categories

Related apps

Explore more like this

Explore all

Details

Repository
ghcr.io/zhliau/fika-spt-server-docker:3.11.3
Last Updated2026-07-18
First Seen2025-04-09

Runtime arguments

Network
bridge
Shell
sh
Privileged
false

Template configuration

Server FilesPathrw

Location of required server files, user profiles, server (user/mod) mods, etc.

Target
/opt/server
Default
/mnt/cache/appdata/spt-fika
Value
/mnt/user/appdata/spt-fika
Listening PortPorttcp

Leave this alone unless you know what you're doing.

Target
6969
Default
6969
Value
6969
Install Fika ModVariable

Installs Fika to user/mods folder.

Target
INSTALL_FIKA
Default
true
Value
true
Listen on All InterfacesVariable

Sets http.json 'backendIp' value to 0.0.0.0, telling SPT to listen on all interfaces.

Target
LISTEN_ALL_NETWORKS
Default
false
Value
false
Enable Profile BackupVariable

Creates a cron job that handles profile backups.

Target
ENABLE_PROFILE_BACKUP
Default
true
Value
true
Fika VersionVariable

Override the Fika version string to grab the server release from. The release URL is formatted as https://github.com/project-fika/Fika-Server/releases/download/$FIKA_VERSION/fika-server.zip

Target
FIKA_VERSION
Default
v2.4.6
Value
v2.3.6
Auto Update SPTVariable

Container to handle updating SPT in your existing serverfiles.

Target
AUTO_UPDATE_SPT
Default
false
Value
false
Auto Update FikaVariable

Container to handle updating Fika server mod in your existing serverfiles.

Target
AUTO_UPDATE_FIKA
Default
false
Value
false
Container takes ownership of server filesVariable

If this is set to false, the container will not change file ownership of the server files. Make sure the running user has permissions to access these files.

Target
TAKE_OWNERSHIP
Default
true
Value
true
Container changes permissions of server filesVariable

If this is set to false, the container will not change file permissions of the server files. Make sure the running user has permissions to access these files.

Target
CHANGE_PERMISSIONS
Default
true
Value
true
Install Other ModsVariable

Automatically download and install any other mods as specified in MOD_URLS_TO_DOWNLOAD.

Target
INSTALL_OTHER_MODS
Default
false
Value
false
Mod Download URLSVariable

Space-separated list of URLs you want the server to automatically download and install. Requires INSTALL_OTHER_MODS to be 'true.'

Target
MOD_URLS_TO_DOWNLOAD
Default
false
Value
false