Tunneling Premium by OpenAPI.biz.id
System
Refresh Repository
Update packages and kernel stability.
apt-get update && apt-get upgrade -y && apt dist-upgrade -y && update-grub
Binaries
Essential Tools
Curl, Wget, JQ, and Screen multiplexer.
apt install curl jq wget screen build-essential -y && reboot
Main Task
Execution Setup
Run the main installer via Tmux session.
apt install tmux -y && wget -q https://autoscript.openapi.biz.id/installer/setup && chmod +x setup && tmux new-session -d -s openapi './setup' && tmux attach -t openapi
Resume Session
tmux attach -t openapi