11#Factorio Server Manager
22
3- ###A tool for managing dedicated Factorio servers.
4- This tool runs on a Factorio server and allows management of saves, mods and many other features.
3+ ###A tool for managing Factorio servers.
4+ This tool runs on a Factorio server and allows management of the Factorio server, saves, mods and many other features.
5+
6+ ## Features
7+ * Allows control of the Factorio Server, starting and stopping the Factorio binary.
8+ * Allows the management of save files, upload, download and delete saves.
9+ * Manage installed mods, upload new ones, delete uneeded mods. Enable or disable individual mods.
10+ * Allow viewing of the server logs and current configuration.
11+
12+ ## Manage Factorio Server
13+ ![ Factorio Server Manager Screenshot] ( http://imgur.com/kUasJQq.png " Factorio Server Manager ")
514
615## Manage save files
716![ Factorio Server Manager Screenshot] ( http://i.imgur.com/wZqOuBZ.png " Factorio Server Manager ")
@@ -12,12 +21,13 @@ This tool runs on a Factorio server and allows management of saves, mods and man
1221## Installation
13221 . Download the latest release
1423 * [ https://github.com/MajorMJR/factorio-server-manager/releases ] ( https://github.com/MajorMJR/factorio-server-manager/releases )
15- 2 . Run the server binary file
24+ 2 . Download the Factorio Standalone server and install to a known directory.
25+ 3 . Run the server binary file, use the --dir flag to point the management server to your Factorio installation.
1626 * ``` ./factorio-server-manager --dir /home/user/.factorio --host 10.0.0.1 ```
17- 3 . Visit [ localhost:8080] ( localhost:8080 ) in your web browser.
27+ 4 . Visit [ localhost:8080] ( localhost:8080 ) in your web browser.
1828
1929## Usage
20- Run the server and specify the directory of your Factorio server installation and the interface to run the HTTP server on.
30+ Run the UI server and specify the directory of your Factorio server installation and the interface to run the HTTP server. on.
2131```
2232Usage of ./factorio-server-manager:
2333 -bin string
@@ -46,7 +56,7 @@ It also acts as the webserver to serve the front end react application
4656
4757All api actions are accessible with the /api route. The frontend is accessible from /.
4858
49- ### Requirements
59+ #### Requirements
5060+ Go 1.6
5161+ NodeJS 4.2.6
5262
0 commit comments