A tool to help manage Factorio multiplayer servers including mods and save games.
Go to file
2021-01-07 12:28:30 -05:00
.github/workflows run on published release 2020-12-09 11:29:41 -05:00
app adjust responsive layout 2020-11-23 18:51:30 +01:00
docker Bump dockerfile manager_version to 0.9.0 2021-01-07 11:10:25 -05:00
screenshots add screenshots 2020-11-13 23:00:27 +01:00
src Merge pull request #207 from OpenFactorioServerManager/fix-Compatibility 2020-12-30 04:34:49 +01:00
ui fixed wrong calculation of newer version available check #208 2020-12-31 03:49:59 +01:00
.gitignore added first workflow test && ignore all .env files 2020-11-22 01:50:48 +01:00
CHANGELOG.md changelog formatting 2021-01-07 11:23:13 -05:00
conf.json.example add component for console, add routes for websocket message events 2017-01-22 21:30:11 -05:00
LICENSE.md added license, updated readme 2016-04-19 23:16:36 -04:00
Makefile Add static compilation flag when building 2020-11-20 11:09:57 -05:00
package-lock.json purge css only in production and adjust webpack.config.js 2020-11-22 19:41:34 +01:00
package.json purge css only in production and adjust webpack.config.js 2020-11-22 19:41:34 +01:00
README.md update links in readme 2021-01-07 12:28:30 -05:00
tailwind.config.js purge css only in production and adjust webpack.config.js 2020-11-22 19:41:34 +01:00
webpack.config.js purge css only in production and adjust webpack.config.js 2020-11-22 19:41:34 +01:00

.github/workflows/test-workflow.yml Discord

Factorio Server Manager

A tool for managing Factorio servers.

This tool runs on a Factorio server and allows management of the Factorio server, saves, mods and many other features.

Features

  • Allows control of the Factorio Server, starting and stopping the Factorio binary.
  • Allows the management of save files, upload, download and delete saves.
  • Manage installed mods, upload new ones and more
  • Manage modpacks, so it is easier to play with different configurations
  • Allow viewing of the server logs and current configuration.
  • Authentication for protecting against unauthorized users
  • Available as a Docker container

Manage Factorio Server

Factorio Server Manager Screenshot

Manage save files

Factorio Server Manager Screenshot

Manage mods

Factorio Server Manager Screenshot

Installation and Usage

Development

Contributing

  1. Fork it!
  2. Checkout the develop branch, only use that as a base: git checkout develop
  3. Create your feature branch: git checkout -b my-new-feature
  4. Commit your changes: git commit -am 'Add some feature'
  5. Add your changes a in human readable way into CHANGELOG.md
  6. Push to the branch: git push origin my-new-feature
  7. Submit a pull request, with develop as base :D

Authors

Special Thanks

License

This project is licensed under the MIT License - see the LICENSE.md file for details