Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Awesome.
I would like to setup one by myself, but isnt there even a guide somewhere, like a step by step one?
unless you have a dedicated rig that just runs your server and nothing else, it is still the better option and not that expensive.
we pay about 15€ a month for 8 slots, roughly 2€ per player.
Alternatively, you could download the Win Server .iso file and run Core under the evaluation license. It shouldn't give you any issues.
The purpose of running Windows Server Core is to eliminate the GUI. Most of the game servers I run are on Linux, and run exclusively from the command line. So, to get the same experience from Windows, it's gotta be Windows Server Core.
If you don't want to host your own, that's fine. Rent a server all day long. No need to put down others that want to host their own.
:)
https://github.com/jsknnr/enshrouded-server
...also there's this guide to use within GCP (that I'm currently using), you can have a few insights from the automatized scripts from it.
https://github.com/Chris-D-Turk/enshrouded-docker-image/blob/main/google-cloud-guide.md
docker run \
--detach \
--env-file ~/enshrouded-docker-image/container/proton/enshrouded-server-env.sh \
--name enshrouded-server-proton \
--mount type=volume,source=enshrouded-persistent-data,target=/home/steam/enshrouded/savegame \
--publish 15636:15636/udp \
--publish 15637:15637/udp \
sknnr/enshrouded-dedicated-server:latest