# Installing SPT-Aki > This guide covers the installation process for any of the releases of SP-Tarkov. ## Requirements ### Redistributables - A legal copy of the game ([link](https://www.escapefromtarkov.com/preorder-page)). - Microsoft .NET Framework 4.6.1 ([link](https://www.microsoft.com/en-ie/download/details.aspx?id=49982)). - Visual C++ Redistributable Packages for Visual Studio 2013 ([link](https://www.microsoft.com/en-ie/download/details.aspx?id=40784)). - DirectX End-User Runtimes ([link](https://www.microsoft.com/en-ie/download/details.aspx?id=8109)). ### Project files - SP-Tarkov modules ([link](https://dev.offline-tarkov.com/sp-tarkov/modules/releases)). - SP-Tarkov server ([link](https://dev.offline-tarkov.com/sp-tarkov/server/releases)). ## Installation ### Checking compatibility - Open BSG Launcher and check your game version (bottom right corner). ![BSG Launcher](./assets/img/sp-tarkov/install_sp-tarkov/001.webp) - On the project page, check if one of SP-Tarkov's versions is compatible with your client version. ![SP-Tarkov modules and server releases pages](./assets/img/sp-tarkov/install_sp-tarkov/002.webp) > If no version is available for your client version, wait for the project to make a new release. ### Installing Download the server and module releases matching your client version. The archives are `SPTarkov-Server.zip` and `SPTarkov-Modules.zip`. ![SP-Tarkov modules and server releases pages](./assets/img/sp-tarkov/install_sp-tarkov/003.webp) #### Server ... #### Client ... ### Running ...