Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Servers Not Starting #159

Open
ygorma opened this issue May 9, 2020 · 3 comments
Open

Servers Not Starting #159

ygorma opened this issue May 9, 2020 · 3 comments

Comments

@ygorma
Copy link

ygorma commented May 9, 2020

ISSUE DESCRIPTION

When I click "Start" any server won't start.

ISSUE TYPE

  • Bug Report (Something is broken)

Arma Server Web Admin Version

Latest

OS / ENVIRONMENT

Windows 10 x64

STEPS TO REPRODUCE

Click "Start".

config.js

module.exports = {
  game: 'arma3', // arma3, arma2oa, arma2, arma1, cwa, ofpresistance, ofp
  path: 'C:\\steamcmd\\steamapps\\common\\Arma 3 Server',
  port: 3000,
  host: '127.0.0.1', // Can be either an IP or a Hostname
  type: 'windows', // Can be either linux, windows or wine
  additionalConfigurationOptions: '', // Additional configuration options appended to server.cfg file
  parameters: [ // Additional startup parameters used by all servers
  ],
  serverMods: [ // Mods used exclusively by server and not shared with clients
    '@mod1',
    '@mod2'
  ],
  admins: [
    'STEAM_0:1:13261489'
  ], // add steam IDs here to enable #login without password
  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: '********', // Password for HTTP Basic Auth
  },
  prefix: "", // Prefix to all server names
  suffix: "", // Suffix to all server names
  logFormat: "dev", // expressjs/morgan log format
};
@Dahlgren
Copy link
Owner

Check the node application console for issues while starting the game

@ygorma
Copy link
Author

ygorma commented May 10, 2020

Sorry. This is the first app that i'm trying to implement with Node.js. Where I can find the console for the service?

@Dahlgren
Copy link
Owner

The windows service throws away all the logs. Stop the service and run it manually with npm start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants