Jump to content
McKay Development

Only run four instances in production server with the same script


The BOT manager

Recommended Posts

Hi, I run my node BOT with multiple steam accounts in production and only four of the list complete the connection. In local production everything run fine, all the list start the session when I type npm start.

I already updated the version of npm, delete the folder and create a new one but nothing change.

This is the way that I run my multiple accounts in the same script:

The config is an object identified by a key which is the name of the bot and on that way I get the user and password of the steam account

let bot_abc = new steamClass(config.trade_bot_abc); // Config the steam bot
let bot_123 = new steamClass(config.trade_bot_123); // Config the steam bot
let bot_3123 = new steamClass(config.trade_bot_3123); // Config the steam bot
let bot_4545 = new steamClass(config.trade_bot_4545); // Config the steam bot
let bot_12315 = new steamClass(config.trade_bot_12315); // Config the steam bot
let bot_fasd = new steamClass(config.trade_bot_fasd); // Config the steam bot
let bot_sd23 = new steamClass(config.trade_bot_sd23); // Config the steam bot
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...