The original authors of FRMD don't have that much time (at the moment) to further develop this dashboard.
So feel free to contribute to this project and enhance the features! Just make a pull request when you have something ready!
You need to have the Ficsit Remote Monitoring mod by @porisius installed and running.
To start the base-mod open the chat (with ENTER
) and type in /frmweb start
.
Once the base mod is started, you can access our dashboard via https://ficsit-rmd.vercel.app/ or alternatively access the mod-included page at http://localhost:8080/.
Viewing the Dashboard via https://ficsit-rmd.vercel.app/
- Start Satisfactory and run
/frmweb start
in the chat - Open https://ficsit-rmd.vercel.app/ in a webbrowser.
- Now you can see the data flying into the dashboard.
For running FRMD locally, you will need to have NodeJS 16.0+ installed on your system.
- Pull this Repository and open it with f.ex. Visual Studio Code
- Install all dependencies with
npm install
via a terminal - Start the Webserver with
npm start
- Access the Dashboard via http://localhost:3000/
- Load into a savefile from Satisfactory and run
/frmweb start
in the chat. - Now you can see the data flying into the dashboard.
Thanks to all Contributors!
- Jonathan-Hofmann (Original Author)
- arfla (Original Author)
- tomatosauc (Active Contributor)
- LouisForaux (Active Contributor)