Generate Session ID
Generate Session ID
Deploy on Heroku
Download Latest Release
💯 Safe deployment options
git clone https://github.com/<your-github-username>/CypherX.git
cd CypherX
npm install # Recommended over npm start directly after clone
npm start
# Update package lists
sudo apt-get update && sudo apt-get upgrade -y
# Install dependencies
sudo apt-get install -y bash git nodejs ffmpeg wget libwebp-dev imagemagick
# Clone your forked repository
git clone https://github.com/<your-github-username>/CypherX.git
# Navigate into the directory
cd CypherX
# Install Node.js dependencies
npm install
# Start the bot
npm start
# Update & upgrade packages
pkg update -y && pkg upgrade -y
# Install dependencies
pkg install bash git nodejs-lts ffmpeg wget imagemagick libwebp yarn -y
# Grant storage permission
termux-setup-storage
# Navigate to desired install directory (e.g., Downloads)
cd /sdcard/Download
# Clone your forked repository
git clone https://github.com/<your-github-username>/CypherX.git
# Navigate into the bot folder (replace if needed)
cd CypherX # Or your specific folder name
# Install dependencies using yarn (or npm install)
yarn install
# Start the bot
npm start
# Install PM2 globally
npm install -g pm2
# Start the bot using PM2
# Ensure you are in the CypherX directory
pm2 start index.js --name CypherXBot # Give it a name
# Save the PM2 process list to restart on reboot (Termux might require specific setup for this)
pm2 save
# View logs
pm2 logs CypherXBot
# Stop the bot
pm2 stop CypherXBot
# Restart the bot
pm2 restart CypherXBot
# Delete the bot process from PM2
pm2 delete CypherXBot
This bot is provided for educational purposes only. The developers are not responsible for any misuse. Please use responsibly and respect the terms of service of any platform it interacts with.