𝐂𝐘𝐏𝐇𝐄𝐑 𝐗 𝐁𝐎𝐓

CypherX docs

Stars ... Forks ...

SETUP

Fork Repo REQUEST PAIR CODE

DEPLOYMENTS

Deploy Deploy on Repl.it

💯 Safe deployment options

MANUAL INSTALLATION

REQUIREMENTS

CLONE REPO & INSTALL DEPENDENCIES

git clone https://github.com/<your-github-username>/CypherX.git
cd CypherX
npm install   # Recommended over npm start directly after clone
npm start

FOR SSH / UBUNTU / LINUX

# 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

FOR TERMUX

# 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

FOR 24/7 ACTIVATION WITH PM2 (TERMUX)

# 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 / RESTART PM2 PROCESS (TERMUX)

# Stop the bot
pm2 stop CypherXBot

# Restart the bot
pm2 restart CypherXBot

# Delete the bot process from PM2
pm2 delete CypherXBot
Polite Notice!

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.