A tool to help manage Factorio multiplayer servers including mods and save games.
Go to file
knoxfighter 5d11bb00f7
Merge pull request #295 from sean-callahan/fix/truncate-config
Truncate config files when resaving.
2021-10-19 21:21:58 +02:00
.github/workflows update apt before installing 2021-01-25 02:12:12 +01:00
app adjust responsive layout 2020-11-23 18:51:30 +01:00
docker Add hint to generated password 2021-05-22 16:17:52 +02:00
screenshots add screenshots 2020-11-13 23:00:27 +01:00
src bootstrap: truncate config file when saving 2021-10-19 10:56:43 -07:00
ui Merge branch 'develop' into disable-while-factorio-running 2021-02-10 01:09:58 +01:00
.gitignore ignore all executables in all directories 2021-01-25 00:09:34 +01:00
CHANGELOG.md Updated 0.10.1 date 2021-03-09 21:52:27 +01: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 Bump browserslist from 4.12.0 to 4.16.6 2021-05-26 23:37:09 +00:00
package.json Bump axios from 0.19.2 to 0.21.1 2021-01-07 15:58:12 +00: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