-
Notifications
You must be signed in to change notification settings - Fork 0
1) Installation
VinaStar edited this page Dec 10, 2020
·
5 revisions
Download the latest version: (Pre) Releases
Extract the folder 'vinadiscordauth2' into your server resources directory.
Add 'ensure vinadiscordauth2' to your server.cfg file:
Extract the Node folder somewhere in your server directory (Location doesn't matter):
To run the Node you will need NodeJS installed on your machine NodeJS
For windows users a start.bat file has been included in the Node folder.
Run the .bat file and it will install and run the Node.
To manually install and run use the following commands:
To Install:
npm install
To Run:
node vina_discord_authenticator.js
Possible arguments:
node vina_discord_authenticator.js --config=my_other_config.json --ranks=my_other_ranks.json
You are ready to configure the node!