File Download
Download all The Dashboard Files and install
Files Download Using Git
git clone https://api.github.com/repos/AlphaNodesDev/AlphaCtyl/releases/latestGo Into The Directory
cd AlphaCtylInstalling 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 -vif not you need to install V18
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bashsource ~/.bashrcnvm ls-remotenvm install v18.20.4
nvm use v18.20.4npm installLast updated