Common Issues
Flea Market Issue
Follow these steps to correct the issue:
Stop the AKI Server.
Navigate to the
coopConfig.jsonfile located inSIT\Server\user\mods\SITCoop\config\.Modify the
messageWSUrlOverridefield to include your local IP with the port:6969appended at the end (e.g.,192.168.X.X:6969).You can get your Local IP by opening
cmdand typingipconfig
Change
useMessageWSUrlOverridetotrue. Ensure the valuetrueis in lowercase.Save the changes to the
coopConfig.jsonfile.Reboot the server and verify that it is functioning correctly.
Note
If you’re running the AKI Server on Docker or a Virtual Private Server (VPS), you’ll need to set the messageWSUrlOverride to your VPS’s external IP address.
If you’re using Docker, follow these commands to update your IP configuration:
Stop the SITCoop container using
docker stop sitcoopRetrieve your external IP address using
curl -4 icanhazip.comEdit the
coopConfig.jsonfile, using the commandnano server/user/mods/SITCoop/config/coopConfig.jsonUpdate the file with the following configuration, replacing
messageWSUrlOverridewith the IP you got from Step 2, and setuseMessageWSUrlOverrideto TRUE{ "webSocketPort": 6970, "natHelperPort": 6971, "useUPNP": false, "useMessageWSUrlOverride": true, <--- SET THIS TO TRUE "messageWSUrlOverride": "IP:6969" }
Start the SITCoop container using
docker start sitcoop
By following these steps, you should be able to resolve the issue with the flea market not displaying new offers or trades in your AKI Server environment.
I’m getting an ERROR: listen EADDRNOTAVAIL: address not avalible error.
Note
This happens because there is already a process running that is taking up the target port, and multiple apps can’t access the same port below is a quick command line method to find what is currently holding the port and close it
Press
Win + Rand enter “cmd”Press
CTRL + Shift + Enterto open cmd as an admin, click “Yes” to allowType
netstat -ano | findstr : 6969There should be a set of numbers at the end of the process, like
17720Type
taskkill /PID (NUMBER) /F, replace (NUMBER) with the number you got from above and hit enterTry booting your server again
Infinite loading screen
Note
If you are getting an infinite loading screen, this is usually caused by mods that aren’t compatible with the current version of Stay In Tarkov, try remvoing all your mods and launching the game and server again.
SIT Manager “A task was cancelled”
Note
This is most often caused by a firewall issue, however it can also be caused by an incorrect IP address
Make sure you have entered the hosts IPv4 address correctly, and if using a VPN that there isn’t any connection issues between you and the host.
Aki.Server.exe Has Deleted itself
Note
For some reason windows defender is dectecting the Aki server as malware, this is a false postive, Aki have requested it not be flagged as malware, however this process can take more than a month to resolve, so in the meantime, add the server directory as an exeption to Windows Defender, like below:
(You will read Click 9 times, and you WILL enjoy it)
Open windows settings
Click “Update and Security”
Click “Windows Security”
Click “Open Windows Security”
Click “Virus and Threat Protection”
Under “Virus & Threat protection settings” click “Manage Settings”
Scroll down to “Exclusions” and click “Add or Remove exclusions”
Click “Add an Exclusion” and click “Folder”
Navigate to your
SIT\Serverand click “Select Folder”
Firewall Exclusion
I’m getting “Illegal Game Found”
Note
In order to fix this issue you MUST follow every install step, properly, without skipping anything. I mean it, ANYTHING.
If you are still getting the error, go here.