A tool to help manage Factorio multiplayer servers including mods and save games.
Go to file
2023-10-29 19:02:23 +01:00
.github/workflows use actions/setup-node@v2 2022-06-29 20:05:25 +02:00
app adjust responsive layout 2020-11-23 18:51:30 +01:00
docker Fixed wrong change of PR #303 2022-02-27 22:32:32 +01:00
screenshots add screenshots 2020-11-13 23:00:27 +01:00
src fixed routes for reactrouter v6 2023-10-29 16:25:36 +01:00
ui updated js dependency versions again 2023-10-29 19:02:23 +01:00
.gitignore ignore all executables in all directories 2021-01-25 00:09:34 +01:00
CHANGELOG.md Improve CLI, update to go 1.17 (#297) 2021-12-09 20:23:50 -05:00
conf.json.example removed my local password and encryption key again... 2021-01-23 02:08:25 +01:00
LICENSE.md added license, updated readme 2016-04-19 23:16:36 -04:00
Makefile dont build static on linux 2021-03-01 02:59:03 +01:00
package-lock.json updated js dependency versions again 2023-10-29 19:02:23 +01:00
package.json updated js dependency versions again 2023-10-29 19:02:23 +01:00
README.md update links in readme 2021-01-07 12:28:30 -05:00
tailwind.config.js update tailwind.config.js for tailwindcss 3.x 2022-06-28 21:29:27 +02:00
webpack.config.js Revert "try to use postcss-import" 2022-06-29 20:04:46 +02: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