lloesche / valheim-server-docker

Valheim dedicated gameserver with automatic update, World backup, BepInEx and ValheimPlus mod support
https://hub.docker.com/r/lloesche/valheim-server
Apache License 2.0
1.94k stars 272 forks source link

How to enable crossplay #553

Closed Curucma closed 1 year ago

Curucma commented 1 year ago

Like the Title says how can I enable crossplay so the Microsoft Version users can join as well. steam user can join

wcdanh2 commented 1 year ago

add "SERVER_ARGS=-crossplay" to your config. This is done differently depending on if you use docker run or docker compose

Curucma commented 1 year ago

I use docker run. so i used it with -e SERVER_ARGS=-crossplay ?

wcdanh2 commented 1 year ago

That's correct.

Curucma commented 1 year ago

Thank you so much !!!! It work´s now

MickaelDuprat commented 1 year ago

SERVER_ARGS=-crossplay

Many thanks !

mtnbikeboy79 commented 8 months ago

The guide I followed showed all the server arguments in "". Is: -e SERVER_ARGS="-crossplay" different than -e SERVER_ARGS=-crossplay ?

I did also see a post elsewhere that crossplay cannot be enabled simultaneously with SERVER_PUBLIC="true". Is this correct?