Skip to content

1) Installation

VinaStar edited this page Dec 10, 2020 · 5 revisions

Download

Download the latest version: (Pre) Releases

Install the resource in your FXServer

Extract the folder 'vinadiscordauth2' into your server resources directory.

Add to server.cfg

Add 'ensure vinadiscordauth2' to your server.cfg file:

Extract Node folder

Extract the Node folder somewhere in your server directory (Location doesn't matter):

Install Node

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!

Clone this wiki locally