Skip to content

Commit 0b0faf5

Browse files
committed
Update README.md
1 parent 0130567 commit 0b0faf5

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
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
1322
1. 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
```
2232
Usage 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

4757
All 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

Comments
 (0)