🌟 A Simple Bash Script With TUI For Setting Up Ubuntu Server
🏹 Brave hearts unite for a Free Iran, lighting the path to a brighter future with unwavering determination.
What does this script do? you can select to:
- Update & Cleanup Server 🧬
- Install Essential Packages 🎉
- Install Speedtest 🚀
- Create SWAP File 💾
- Enable BBR 🛸
- Enable Hybla 🌐
- Schedule Automatic Updates & Restarts at 01:00 GMT+3:30 ⏳
- Install Multiprotocol VPN Panels (Alireza/MHSanaei/Reality-EZPZ/vaxilu/FranzKafkaYu) 🦄
- Obtain SSL Certificates 🗺️
- Install Pi-Hole network-wide Adblocker 🛡️
- Change SSH Port 🥅
- Enable UFW 🔒
- Install & Configure WARP Proxy ✨
- Install Erlang MTProto Proxy 💫
- Setup Hysteria II 🌈
- Setup TUIC v5 🔥
- Setup Juicity 🍹
- Setup Reverse TLS Tunnel 🔄
- Create non-root SSH User 👤
It's highly recommended to run this script only on a fresh install of Ubuntu 22.04.
curl -O https://raw.githubusercontent.com/ErfanNamira/FreeIRAN/main/FreeIRAN.sh && chmod +x FreeIRAN.sh && sed -i -e 's/\r$//' FreeIRAN.sh && sudo apt update && sudo apt install -y dialog && ./FreeIRAN.sh
- If you have installed Reality-EZPZ, you can access its TUI by running the following command:
bash <(curl -sL https://bit.ly/realityez) -m
- If you have installed X-UI Panels, you can access their command-line interface by using the following command:
x-ui
- If you have installed Pi-hole, you can access its command-line interface by using the following command:
pihole
- Add your desired adlists via Pi-hole web interface
https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
https://raw.githubusercontent.com/d3ward/toolz/master/src/d3host.txt
https://big.oisd.nl/
https://raw.githubusercontent.com/hagezi/dns-blocklists/main/domains/pro.txt
https://blocklistproject.github.io/Lists/abuse.txt
https://blocklistproject.github.io/Lists/ads.txt
https://blocklistproject.github.io/Lists/crypto.txt
https://blocklistproject.github.io/Lists/drugs.txt
https://blocklistproject.github.io/Lists/fraud.txt
https://blocklistproject.github.io/Lists/gambling.txt
https://blocklistproject.github.io/Lists/malware.txt
https://blocklistproject.github.io/Lists/phishing.txt
https://blocklistproject.github.io/Lists/ransomware.txt
https://blocklistproject.github.io/Lists/redirect.txt
https://blocklistproject.github.io/Lists/scam.txt
https://raw.githubusercontent.com/MasterKia/PersianBlocker/main/PersianBlockerHosts.txt
- Update Pi-hole Database
pihole -g
- Modify Lighttpd
⭕ If you have installed Pi-hole/reality-ezpz, then Lighttpd/docker is listening on port 80 by default. If you haven't changed the Lighttpd port, it's necessary to stop it before obtaining SSL certificates. Below, you can find commands to start, stop, restart, and modify the configuration of Lighttpd.
⭕ اگر شما Pi-hole یا reality-ezpz را نصب کردهاید، در این صورت Lighttpd/docker به صورت پیشفرض از پورت 80 استفاده میکند. اگر پورت Lighttpd را تغییر ندادهاید، قبل از دریافت گواهی SSL، لازم است آن را متوقف کنید. در زیر، شما میتوانید دستوراتی برای شروع، توقف، بازآغاز و تغییر پیکربندی Lighttpd پیدا کنید.
sudo nano /etc/lighttpd/lighttpd.conf
sudo systemctl start lighttpd.service
sudo systemctl stop lighttpd.service
sudo systemctl restart lighttpd.service
- Obtain SSL Certificates
sudo certbot certonly --standalone --preferred-challenges http --agree-tos --email [email protected] -d sub.domain.com
- Change SSH Port
sudo nano /etc/ssh/sshd_config
sudo systemctl reload sshd
- Setup UFW
sudo nano /etc/default/ufw
sudo ufw default deny incoming
sudo ufw default allow outgoing
sudo ufw allow SSHPORT/tcp
sudo ufw limit SSHPORT/tcp
sudo ufw allow PORT
sudo ufw enable
sudo ufw status verbose
sudo systemctl enable ufw
- Change WARP License Key
warp-cli set-license <your-warp-plus-license-key>
- WARP Status
bash <(curl -fsSL git.io/warp.sh) status
- Change Server DNS to use Pi-hole
sudo nano /etc/resolv.conf
nameserver 127.0.0.53
If /resolv.conf managed by systemd-resolved, then you have to follow these steps:
cd /etc/netplan/
ls
nano ab-cloud-init.yaml
sudo netplan apply
You need to add the following lines to the 'ab-cloud-init.yaml' file:
nameservers:
addresses: [127.0.0.53]
- Restart your server with
sudo shutdown -r now
sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable
sudo apt update
sudo apt install qbittorrent-nox
sudo nano /etc/systemd/system/qbittorrent-nox.service
qbittorrent-nox
sudo adduser --system --group qbittorrent-nox
sudo adduser root qbittorrent-nox
sudo systemctl daemon-reload
sudo systemctl enable qbittorrent-nox
sudo systemctl start qbittorrent-nox
sudo systemctl status qbittorrent-nox
[Unit]
Description=qBittorrent-nox
After=network.target
[Service]
Type=forking
ExecStart=/usr/bin/qbittorrent-nox -d --webui-port=8000
Restart=on-failure
[Install]
WantedBy=multi-user.target
See HTTPS version at https://github.com/ErfanNamira/AriaFileServer
cd /home/qbittorrent-nox/Downloads
wget https://raw.githubusercontent.com/ErfanNamira/AriaFileServer/main/AriaFileServerHTTP.py
sudo apt install python3-pip
pip3 install flask passlib
python3 AriaFileServerHTTP.py
cd /home/qbittorrent-nox/Downloads
wget https://github.com/sssvip/simple-file-server/releases/download/v0.1.4/simple-file-server_0.1.4_linux_amd64.tar.gz
tar -xzvf simple-file-server_0.1.4_linux_amd64.tar.gz
chmod 777 simplefileserver
sudo /home/qbittorrent-nox/Downloads/simplefileserver 80
{
"protocol": "socks",
"settings": {
"servers": [
{
"address": "127.0.0.1",
"port":40000
}
]
},
"tag":"warp"
},
Join our Telegram channel for the latest updates, clean Cloudflare IPs, and free VPN configurations. Stay connected with our community!
https://github.com/pi-hole
https://github.com/vaxilu/x-ui
https://github.com/alireza0/x-ui
https://github.com/MHSanaei/3x-ui
https://github.com/FranzKafkaYu/x-ui
https://github.com/aleskxyz/reality-ezpz
https://github.com/radkesvat/ReverseTlsTunnel
https://github.com/deathline94/Juicity-Installer
https://github.com/deathline94/tuic-v5-installer
https://github.com/deathline94/Hysteria-Installer
https://github.com/sssvip/simple-file-server
https://github.com/blocklistproject/Lists
https://github.com/seriyps/mtproto_proxy
https://github.com/P3TERX/warp.sh
Tron USDT (TRC20): TMrJHiTnE6wMqHarp2SxVEmJfKXBoTSnZ4
LiteCoin (LTC): ltc1qwhd8jpwumg5uywgv028h3lnsck8mjxhxnp4rja
BTC: bc1q2tjjyg60hhsuyauha6uptgrwm32sarhmjlwvae