brianmiller / phvalheim-server

PhValheim backend server
GNU General Public License v2.0
26 stars 5 forks source link

Where to set password for Valheim Server? #24

Open Mitarius51 opened 1 year ago

Mitarius51 commented 1 year ago

I just started a "phvalheim-server" on my unraid and added a new world with mods where i can connect to.

So far so good. But where can i set the password? I took a look at "start_server.sh" and the other files in the game directory, but they don't seem to be the files that are used by the server when starting. I changed the password there but nothing happened, still starting without a password.

brianmiller commented 1 year ago

The password is intentionally disabled. All worlds require the use of the phvalheim-client to connect. A few folks have asked to have a "vanilla" option for simple hosting (without mods), but what's the point?

The entire point of PhValheim is to ensure all clients have the same mods loaded that the server has loaded. If we introduce a vanilla option, mods should be explicitly disabled.

brianmiller commented 1 year ago

Possibly a duplicate of #23