Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Running the bot

Viggo Persson edited this page Mar 6, 2020 · 3 revisions

Run through command prompt / terminal

Once you have downloaded the bot, installed the dependencies, and created the config, you can then run the bot. You do this by navigating to the tf2-automatic folder using the command prompt or terminal, and writing node dist/app.js into it.

Errors on startup

Missing dependencies

You are missing the dependencies, see the installation guide.

Missing required environment variable

You are missing one or more of STEAM_ACCOUNT_NAME, STEAM_PASSWORD, STEAM_SHARED_SECRET or STEAM_IDENTITY_SECRET. Add them to the environment variables and start the bot again.

HTTP error xxx

This is a temporary error, it depends on the error code what you should do, but you can retry running the bot on most of them.

Other errors

Check the GitHub issues to see if someone has gotten the error before, if not, then please create an issue with the error.


Click here to see how to set up the bot on a VPS to run it 24/7.