This guide will explain the process of setting up SpaceNinjaServer so you'll have your very own Warframe web server.
Ensure all of the following software is installed on your machine:
git clone https://openwf.io/SpaceNinjaServer.git in a command prompt to download SpaceNinjaServer in its working directorycd SpaceNinjaServer)copy config-vanilla.json config.jsoncp config-vanilla.json config.jsoncd static/data && git clone https://openwf.io/0.git && cd ../..npm 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.