This guide will explain the process of setting up SpaceNinjaServer so you'll have your very own Warframe web server.
Ensure the following software is installed on your machine:
Alternatively, for a more contained approach, you can use Docker.
git clone https://openwf.io/SpaceNinjaServer.git in a command prompt to download SpaceNinjaServer in the current working directorygit clone https://openwf.io/0.git in the static/data foldernpm install --omit=dev --omit=optional to install library dependenciesnpm run raw to start the server anytimeWith the server running, you can obviously connect to it with a patched Warframe installation.
autoCreateAccount in config.json).skipTutorial to true in the config.json.Furthermore, SpaceNinjaServer has a WebUI that you can access at http://localhost/ where you can view and edit your savedata, as well as modify the server's config.
SpaceNinjaServer is constantly updated with new features and bug fixes, which is why it comes with an UPDATE AND START SERVER script, but in case you want to do it manually:
git pull --prune in the SpaceNinjaServer foldergit pull in the static/data/0 foldernpm install --omit=dev --omit=optional to synchronize library dependenciesnpm run raw to start the server again