Jump to content
Dahlgren

Arma Server Web Admin

Recommended Posts

@Dahlgren Hello very good I need your help after the last statement that WhitSix has given (https://twitter.com/SixNetworks/status/1002869812018794496) the page has stopped working due to multiple calls to this page I would like to know if it is going to fix since the only current version that works is the first version and does not have all the functions of the latest version that is very complete and necessary to carry several servers at once. I await your response and thank you very much for doing this for the community.

Share this post


Link to post
Share on other sites

Should be fixed with the recent update (18th of August)

  • Like 1
  • Thanks 1

Share this post


Link to post
Share on other sites

Hello, thank's for this work!

 

I wan't change my mods folder fils. How i can change this, please?

 

 

Share this post


Link to post
Share on other sites

Ive only ever used tadst.  This web access is gold!

Just a quick question.  Does the server.cfg file automatically load upon server start or do i need to type something in the web access server page? Im looking at enabling Upnp where id normally set it in tadst.  I can enable in the cfg file but just checking if i gotta put a parameter in the web access to load up the cfg file or is that a given and is it still the server.cfg file located....

Im new to this!

Share this post


Link to post
Share on other sites
On 2/17/2020 at 10:37 PM, HairyBrenndog said:

Ive only ever used tadst.  This web access is gold!

Just a quick question.  Does the server.cfg file automatically load upon server start or do i need to type something in the web access server page? Im looking at enabling Upnp where id normally set it in tadst.  I can enable in the cfg file but just checking if i gotta put a parameter in the web access to load up the cfg file or is that a given and is it still the server.cfg file located....

Im new to this!

The manager generates a server.cfg based on options selected in the UI such as title etc. There's a box to input additional settings which are not configurable in the UI. Those will be appended to the server.cfg file. The generated server.cfg is automatically added as argument to the server.

Share this post


Link to post
Share on other sites
On 3/9/2019 at 12:19 PM, Danidan said:

Hello, thank's for this work!

 

I wan't change my mods folder fils. How i can change this, please?

 

 

Hello! did you find how change the mods path?

Share this post


Link to post
Share on other sites

Hello... sorry but do not work on ubuntu 20.04.. too many errors...

 

 

....  npm start

> arma-server-web-admin@0.0.1 start /home/XXXX/admin
> node app.js

/home/XXXX/admin/node_modules/webpack/lib/webpack.js:31
                throw new WebpackOptionsValidationError(webpackOptionsValidationErrors);
                ^

WebpackOptionsValidationError: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
 - configuration.module.rules[2].rules[0] should be an object. (CHANGED LOADERS : TO RULES : SAME ERROR WITH LOADERS)
   -> A rule
    at webpack (/home/XXXX/admin/node_modules/webpack/lib/webpack.js:31:9)
    at Object.<anonymous> (/home/XXXX/admin/app.js:69:25)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! arma-server-web-admin@0.0.1 start: `node app.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the arma-server-web-admin@0.0.1 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2020-07-31T18_23_11_319Z-debug.log
 

Share this post


Link to post
Share on other sites

You have installed a newer incompatible version of webpack.

 

You can check this with npm ls webpack which should say webpack@1.15.0 as of this post date.

 

The application requires the versions as specified in the package.json file which are to be installed with npm install.

 

Restore the correct package.json by redownloading the file and do npm install again.

  • Thanks 1

Share this post


Link to post
Share on other sites

Hi, in the config.js, i must indicate server folder, but I have three folders with three different server.
How I can manage multiple servers?

Share this post


Link to post
Share on other sites
On 10/22/2020 at 4:24 PM, djp4nd4 said:

Hi, in the config.js, i must indicate server folder, but I have three folders with three different server.
How I can manage multiple servers?

The web admin allows managing multiple servers with only one server folder

Share this post


Link to post
Share on other sites

Last update to the GitHub repository was made in March so I'm gonna say yes?

Share this post


Link to post
Share on other sites

Hey! Great tool, we love it for spinning up extra training servers for our group.

Question. How do i setup multiple users/passwords? Lets say i want to setup user 'Admin' and "Admin2', how can i set up this array? I've tried ['admin','admin2'] and such, no luck
 

auth: // If both username and password is set, HTTP Basic Auth will be used. You may use an array to specify more than one user.
  {
    username: 'admin', // Username for HTTP Basic Auth
    password: 'adminpass1', // Password for HTTP Basic Auth
  },

Share this post


Link to post
Share on other sites
On 12/17/2021 at 1:12 AM, Ztrack said:

Hey! Great tool, we love it for spinning up extra training servers for our group.

Question. How do i setup multiple users/passwords? Lets say i want to setup user 'Admin' and "Admin2', how can i set up this array? I've tried ['admin','admin2'] and such, no luck
 

auth: // If both username and password is set, HTTP Basic Auth will be used. You may use an array to specify more than one user.
  {
    username: 'admin', // Username for HTTP Basic Auth
    password: 'adminpass1', // Password for HTTP Basic Auth
  },

I think this would work,

auth: [
  {
    username: "user1",
    password: "password1"
  },
  {
    username: "user2",
    password: "password2"
  }
]

 

Share this post


Link to post
Share on other sites

Web Admin does not recognize @3CB Factions mod. Tried removing whitespace, but diffrent mod with whitespace was recognized and loaded.

Found no errors. Anything that I can do with that?

Share this post


Link to post
Share on other sites
On 3/10/2022 at 3:05 PM, Lechu2375 said:

Web Admin does not recognize @3CB Factions mod. Tried removing whitespace, but diffrent mod with whitespace was recognized and loaded.

Found no errors. Anything that I can do with that?

Mod folders must have a valid "addons" folder or they won't show up. Same as required by game to load the PBOs. 3CB Factions works fine on our servers. Make sure your download and folder is correct.

Share this post


Link to post
Share on other sites

Hey i have problems with starting teh server.

Everytiem i start ist it just shows this:

20:08:29 SteamAPI initialization failed. Steam features won't be accessible!
20:08:29 Initializing stats manager.
20:08:29 Stats config disabled.
20:08:29 sessionID: 8d9bded42d48637d4a669afbd728f11ef8f3494d
ErrorMessage: Cannot open file '/home/arma3/@WebKnights Footsteps\addons\gog_wbk_footsteps'
Application terminated intentionally
20:08:29 ../lib/Network/networkServer.cpp ClearNetServer:NOT IMPLEMENTED - briefing!
Cannot open file '/home/arma3/@WebKnights Footsteps\addons\gog_wbk_footsteps'
20:08:29 Critical:Destroying running thread!
20:08:29 Critical:Destroying running thread!
20:08:29 Critical:Destroying running thread!
20:08:29 Critical:Destroying running thread!
20:08:29 Critical:Destroying running thread!

 

 

can some one help me, i tried EVERYTHING

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×