You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ This tool runs on a Factorio server and allows management of the Factorio server
8
8
## Features
9
9
* Allows control of the Factorio Server, starting and stopping the Factorio binary.
10
10
* Allows the management of save files, upload, download and delete saves.
11
-
* Manage installed mods, upload new ones, delete uneeded mods. Enable or disable individual mods.
11
+
* Manage installed mods, upload new ones and more
12
+
* Manage modpacks, so it is easier to play with different configurations
12
13
* Allow viewing of the server logs and current configuration.
13
14
* Authentication for protecting against unauthorized users
14
15
* Available as a Docker container
@@ -72,7 +73,10 @@ Example:
72
73

73
74
74
75
## Manage mods
75
-

76
+

77
+
78
+
## Manage modpacks
79
+

76
80
77
81
78
82
@@ -141,6 +145,8 @@ go get github.com/apexskier/httpauth
141
145
go get github.com/go-ini/ini
142
146
go get github.com/gorilla/mux
143
147
go get github.com/hpcloud/tail
148
+
go get github.com/gorilla/websocket
149
+
go get github.com/majormjr/rcon
144
150
```
145
151
146
152
3. Now you will want to go into the src folder for example "C:\FS\factorio-server-manager\src" once there hold down left shift and right click an empty area of the folder. Then click "Open command windows here"
0 commit comments