-
Notifications
You must be signed in to change notification settings - Fork 0
1) Installation
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 linux ubuntu user install nodejs https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-18-04
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!