Skip to content

Latest commit

 

History

History
240 lines (156 loc) · 6.45 KB

File metadata and controls

240 lines (156 loc) · 6.45 KB

🌐 AutoFT Bot Wildcard

npm version Downloads License: MIT Node.js

🚀 Advanced Telegram Bot for Automated Cloudflare Wildcard Domain Management

⭐ If this project is useful for you, please give it a star!
🍴 Feel free to fork and contribute!

📦 NPM Package📢 Updates Channel🐛 Issues


⚡ Quick Setup

1️⃣ Install Package

npm install -g autoft-bot-wildcard

2️⃣ Run Interactive Setup

autoft-bot-wildcard

3️⃣ Start Your Bot

cd autoft-bot-wildcard
npm start

🎉 Your bot is now live and ready!


📺 Video Panduan Pemasangan Bot

🔗 Unduh Video Langsung

🚀 Production Setup with PM2

Install PM2 & Setup Service

# Install PM2 globally
npm install -g pm2

# Navigate to your bot directory
cd autoft-bot-wildcard

# Start bot with PM2
pm2 start index.js --name "autoft-bot-wildcard"

# Save PM2 configuration
pm2 save

# Enable auto-start on system boot
pm2 startup

# Check status
pm2 status

PM2 Management Commands

# Monitor logs
pm2 logs autoft-bot-wildcard

# Restart bot
pm2 restart autoft-bot-wildcard

# Stop bot
pm2 stop autoft-bot-wildcard

# Delete from PM2
pm2 delete autoft-bot-wildcard

# Monitor all processes
pm2 monit

✨ Features

🤖 Bot Interface 🌐 Cloudflare 👥 Multi-User 🔐 Secure
Complete Telegram management Automated DNS setup Individual domain control Safe API storage
📊 Analytics 📢 Notifications 🎨 Easy Setup Performance
Real-time statistics Instant Telegram alerts Interactive CLI wizard Lightweight & fast

🎯 Quick Commands

🔰 Basic Usage

/start                           # Start the bot
/addcf <api_key> <email>        # Add Cloudflare credentials
/listdomain                      # Show available domains
/setupwildcard example.com       # Setup wildcard domain
/mysub                          # View your subdomains

👑 Admin Commands

/stats                          # Bot statistics
/broadcast <message>            # Send to all users
/userinfo <user_id>            # User details
/testnotif                     # Test notifications

⚙️ Configuration

Required Environment

Environment Variables

# 🤖 Bot Configuration
BOT_TOKEN=your_bot_token_here
ADMIN_IDS=123456789

# 📢 Optional: Notifications
TELEGRAM_GROUP_ID=-1001234567890

# 🔧 Optional: Settings
MAX_CUSTOM_DOMAINS=5
NODE_ENV=production

📚 Documentation

📖 Guide 🔧 Setup 🆘 Help 🚀 Start
Commands Configuration Troubleshooting Quick Start

🏠 Complete Wiki


💝 Support the Project

💰 Donate via QRIS (Indonesia)

QRIS Donation

Your donation helps us maintain and improve this project!

🌟 Other Ways to Support

Star Fork Issues


📊 Project Stats

GitHub stars GitHub forks GitHub watchers

GitHub repo size GitHub commit activity NPM Downloads


📞 Support & Community

Telegram Channel GitHub Issues Developer


📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


🌟 If this project helped you, please consider giving it a star!

Made with ❤️ by the AutoFTbot Team
Developer: @AutoFtBot69

🚀 Get Started Now📢 Updates Channel💰 Donate

thank you