File Download
Download all The Dashboard Files and install
Files Download Using Git
git clone https://api.github.com/repos/AlphaNodesDev/AlphaCtyl/releases/latest
Go Into The Directory
cd AlphaCtyl
Installing NPM Modules
You Need To Download Some Npm Dependencys To Alphactyl Work
axios
chalk
ejs
express
express-session
figlet
passport
passport-discord
randomstring
socket.io
sqlite3
ws
Run The Following Command in Terminal to install all dependencys
Install Npm version 18 (optional) If failed to install then you need to use npm 18
check the node version is above 18
node -v
if not you need to install V18
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
source ~/.bashrc
nvm ls-remote
nvm install v18.20.4
nvm use v18.20.4
npm install
Last updated