```
DON'T FORGET TO FORK 🍴 & STAR 🌟 OUR REPO🫠
```
---
> **CURRENT BOT VERSION ➜ `1.1.1 ⚡`**
---
---
## FIRST FORK THE REPOSITORY
` CLICK THE FORK BUTTON BELOW `
## GET SESSION ID BELOW
> **FROM PAIRING WEB**
## DEPLOYMENT METHODS
- Upload SESSION_ID (creds.json) on session folder or add it to your .env file: SESSION_ID=
- Edit .env to your Choice.
---
## FOR PANEL DEPLOYMENT
- Click on **[DOWNLOAD](https://github.com/EliteProTech/ELITE-PRO-V1/archive/refs/heads/main.zip)** to get zip file🗃.
- Create a server on your panel
- Upload zip file 🗃️
- Unzip it and others
- Start server
---
## OTHER DEPLOYMENT PLATFORMS
- **Deploy on [Bot-Hosting.Net](https://bot-hosting.net/)** ***Free***
- **Deploy on [Render](https://render.com)** ***Free***
- **Deploy on [Katabump](https://dashboard.katabump.com/auth/login)** ***Free***
- **Deploy on [Optiklink](https://optiklink.com/)** ***Free***
- **Deploy on [Heroku](https://dashboard.heroku.com/new?template=https://github.com/EliteProTech/ELITE-PRO-V1)** ***Paid***
- **Deploy on [EliteProTech-Host](https://eliteprotech-hosts.zone.id)** ***Paid***
- **Deploy on [Prince-Host](https://host.princetechn.com/deploy-bot/ELITE-PRO-V1)** ***Paid***
---
## FOR TERMUX/SSH/UBUNTU
```
Before inputting these commands in termux... You have to extract the bot file in your internal storage. (Downloads folder)
apt update && apt upgrade
pkg update && pkg upgrade
pkg install bash
pkg install git -y
pkg install nodejs -y
pkg install ffmpeg -y
pkg install wget
pkg install imagemagick -y
pkg install yarn
termux-setup-storage
cd /storage/emulated/0/Download/ELITE-PRO-V1-main
yarn install
npm start
```
---
## FOR STARTING TERMUX AGAIN
```
cd /storage/emulated/0/Download/ELITE-PRO-V1-main
npm start
```
---
## FOR 24/7 ACTIVATION TERMUX/SSH/UBUNTU
```
bash
npm i -g pm2 && pm2 start index.js && pm2 save && pm2 logs
Paste this after the installation
```
---