Steam installeren
inloggen
|
taal
简体中文 (Chinees, vereenvoudigd)
繁體中文 (Chinees, traditioneel)
日本語 (Japans)
한국어 (Koreaans)
ไทย (Thai)
Български (Bulgaars)
Čeština (Tsjechisch)
Dansk (Deens)
Deutsch (Duits)
English (Engels)
Español-España (Spaans - Spanje)
Español - Latinoamérica (Spaans - Latijns-Amerika)
Ελληνικά (Grieks)
Français (Frans)
Italiano (Italiaans)
Bahasa Indonesia (Indonesisch)
Magyar (Hongaars)
Norsk (Noors)
Polski (Pools)
Português (Portugees - Portugal)
Português - Brasil (Braziliaans-Portugees)
Română (Roemeens)
Русский (Russisch)
Suomi (Fins)
Svenska (Zweeds)
Türkçe (Turks)
Tiếng Việt (Vietnamees)
Українська (Oekraïens)
Een vertaalprobleem melden
https://github.com/theBlackDragon/conan-exiles-dedicated-server
I used this project because there is no working image on Docker Hub. There is a Dockerfile on the project page that you can customize and build an image yourself. With this I have a dedicated server running under linux. I hope this information helps you.
Greetings
Could you tell me how you created the image?
I created a folder /home/conanexiles/ and in this folder I created a file "docker-compose.yml".
When I execute the command "docker-compose up", I get the error message "ERROR: pull access denied for bgeens/conan-exiles-server, repository does not exist or may require 'docker login': denied: requested access to the resource is denied"
The description says that the image can be build with the "Make" command, but I´m not sure how to use this command in the right way.
Maybe you could post a step by step guide with the commands you used to get it working?
Sorry to ask this but I´m still a beginner in Docker...
I additionally created the files Dockerfile, Makefile and startup.sh.
I made some changes in the Dockerfile so that it should work for Ubuntu and when I run the "make" command, it runs through all 19 install steps.
But when I then try to start the container with "docker-compose up -d", the following error occurs:
ERROR: for conan Cannot start service conan: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/root/startup.sh": permission denied: unknown
I executed all command with the root user.
Do you have an idea how I can solve this problem?
Would love to play this game with my friends.
If you're set on it still, I recommend starting with some searches for Pterodactyl server setup, as that community maintains several good repos of shared configs for multiple games, including Conan, which themselves link to numerous functional docker images for the same.
Ah that's good. I wish I had seen that last year, it's something we never tried. Hopefully it works for the OP.
https://r-pufky.github.io/docs/game/conan/setup.html
Only thing you need to change is in the custom_server script change the exe file: ConanSandboxServer-Win64-Test.exe to ConanSandboxServer-Win64-Shipping.exe I think just double check the directory to confirm.
Thanks, just bought the game on sale for myself and my partner.
Looking to host it on proxmox->ubuntu->docker, will use this guide and see how I go. I don't do Windows VMs