Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OpenFactorioServerManager/factorio-server-manager
A tool to help manage Factorio multiplayer servers including mods and save games.
https://github.com/OpenFactorioServerManager/factorio-server-manager
factorio factorio-installation factorio-mod factorio-server factorio-standalone-server manage-mods
Last synced: 7 days ago
JSON representation
A tool to help manage Factorio multiplayer servers including mods and save games.
- Host: GitHub
- URL: https://github.com/OpenFactorioServerManager/factorio-server-manager
- Owner: OpenFactorioServerManager
- License: mit
- Created: 2016-04-17T21:12:10.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-13T22:37:06.000Z (4 months ago)
- Last Synced: 2024-08-01T10:17:34.337Z (3 months ago)
- Topics: factorio, factorio-installation, factorio-mod, factorio-server, factorio-standalone-server, manage-mods
- Language: Go
- Homepage:
- Size: 27.9 MB
- Stars: 545
- Watchers: 22
- Forks: 131
- Open Issues: 68
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome - OpenFactorioServerManager/factorio-server-manager - A tool to help manage Factorio multiplayer servers including mods and save games. (others)
README
[![.github/workflows/test-workflow.yml](https://github.com/OpenFactorioServerManager/factorio-server-manager/workflows/.github/workflows/test-workflow.yml/badge.svg)](https://github.com/OpenFactorioServerManager/factorio-server-manager/actions)
[![Discord](https://img.shields.io/discord/779512040934342687?label=Discord)](https://discord.gg/SB647WmSbU)# 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](screenshots/Screenshot_Controls.png)#### Manage save files
![Factorio Server Manager Screenshot](screenshots/Screenshot_Saves.png)#### Manage mods
![Factorio Server Manager Screenshot](screenshots/Screenshot_Mods.png)## [Installation and Usage](https://github.com/OpenFactorioServerManager/factorio-server-manager/wiki/Installation-and-Usage)
## [Development](https://github.com/OpenFactorioServerManager/factorio-server-manager/wiki/Development)
## Contributing
1. Fork it!
2. Checkout the develop branch, only use that as a base: `git checkout develop`
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Add your changes a in human readable way into CHANGELOG.md
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request, with `develop` as base :D## Authors
* **Mitch Roote** - [roote.ca](https://roote.ca)
* **[knoxfighter](https://github.com/knoxfighter)**
* **[Jannaahs](https://github.com/jannaahs)**## Special Thanks
- **[All Contributions](https://github.com/OpenFactorioServerManager/factorio-server-manager/graphs/contributors)**
- **mickael9** for reverseengineering the factorio-save-file: https://forums.factorio.com/viewtopic.php?f=5&t=8568### License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details