Dahlgren / arma-server-web-admin

Web based server manager for Arma
MIT License
125 stars 47 forks source link

Steam Workshop Functionality #157

Closed canuckbrian closed 4 years ago

canuckbrian commented 4 years ago

I came across your project here and I'm trying to get it to work on my linux server so me and my friends can manage our private Arma 3 server.

What I'm experiencing is:

Hoping you can provide some insight into how to get this to work. Would be really appreciated.

Thanks!

Frozen-byte commented 4 years ago

Do you get any errors in the web console? (by default it's F12 on Firefox or Chrome)

You should be able to see the "Workshop" functionality only for missions, yet. Mods are not supported as I am writing this.

Dahlgren commented 4 years ago

master branch does not contain the steam workshop mods functionality, its kept in a separate branch. See https://github.com/Dahlgren/arma-server-web-admin/issues/28#issuecomment-434070420

For mission download I'd guess its because the systemd service account does not have permissions to write into arma 3 server mpmissions folder. See the output logs from the server application.

canuckbrian commented 4 years ago

I have used the WIP branch you mentioned and it works. For both MOD and Mission download.

Thanks