How can I configure the Server to use a password ? #2
-
Hello, how can I access the Server to change the configuration to use a password to access the Server ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @MeshuggahMischell, sorry for the delay of the answer. You can just fill the field I planned to externally map two volumes, one for saves, one for configurations, I will prob implement it on the next release. EDIT: Starting from version |
Beta Was this translation helpful? Give feedback.
-
Closing. |
Beta Was this translation helpful? Give feedback.
Hi @MeshuggahMischell, sorry for the delay of the answer.
You can just fill the field
Password
inside your server configuration file (dedicatedserver.cfg
) located at/root/.wine/drive_c/users/root/AppData/LocalLow/Endnight/SonsOfTheForestDS
inside the container (or you can build container image again once you have editedcfg/dedicatedserver.cfg
).If you want to restart the server, you might consider to restart the container.
I planned to externally map two volumes, one for saves, one for configurations, I will prob implement it on the next release.
EDIT: Starting from version
v0.8.0
you can now add-v <CONFIG_FOLDER_PATH>:/srv/sons-of-the-docker/config
to yourdocker run
command, so you c…