- Untuk script nya belum di buat, harap bersabar ya
INSTALL
ROOTsudo su
TAHAP 1
apt-get update && apt-get upgrade -y && update-grub && sleep 2 && apt install curl -y && apt install wget -y && apt install screen -y && ln -fs /usr/share/zoneinfo/Asia/Jakarta /etc/localtime && sysctl -w net.ipv6.conf.all.disable_ipv6=1 && sysctl -w net.ipv6.conf.default.disable_ipv6=1 && reboot
TAHAP 2
COMING SOON
Service & Port
- OpenSSH : 22, 3303
- SSH SSL/TLS : 443
- Dropbear : 109, 143, 69
- WebScket Apache2 HTTP : 80
- WebScket Apache2 SSL/TLS : 443
- Udp Custom & Request : 1-65535
OPENVPN TCP : 1194, 443, 80
OPENVPN UDP : 22000
- XRAY VMESS WS NON TLS : 80, 8880
- XRAY VLESS WS NON TLS : 80, 8880
- XRAY SOCKS5 WS NON TLS : 80, 8880
- XRAY VMESS WS TLS/SSL : 443, 2096
- XRAY VLESS WS TLS/SSL : 443, 2096
- XRAY TROJAN WS TLS/SSL : 443, 2096
- XRAY SOCKS5 WS TLS/SSL : 443, 2096
- GOPROXY WEBSOCKET & TCP : 80, 8880, 8080 & 443, 8443, 2096
- V2RAY VMESS WS NON TLS : 80, 8080, 8880
- V2RAY VLESS WS NON TLS : 80, 8080, 8880
- V2RAY VMESS WS TLS/SSL : 443, 2096, 8443
- V2RAY VLESS WS TLS/SSL : 443, 2096, 8443
- V2RAY TROJAN WS TLS/SSL : 443, 2096, 8443
- SSH SSL/TLS 1.0 - 1.3 : 443
- HAPROXY OVER TCP : 443
- GOPROXY OVER TCP : 443
- GRPC : 443
- NGINX : 81, 89
- UDPGW : 7200, 7300
- HAPROXY : 443
- GOPROXY : 443, 80, 8080
- APACHE2 : 443, 80, 1080, 5153
- SSLH MOD : 111, 700, 777
- SLOWDNS : 53, 5300, 3139, 3030
- IGNITER : 2087
- VMESS : /vmess /custom [ custom path ]
- VLESS : /vless
- TROJAN : /trojan-ws
- IGNITER : /igniter-go
- SOCKS5 : /socks5
- VMESS : /vmessws
- VLESS : /vlessws
- TROJAN : /trojan
- SSH WEBSOCKET : /
- SSH DROPBEAR : /
- SSH TCP SSL : /
- SSH DIRECT : /
- OPENSSH : -
- SSLH CORE FunnyVPN
- XRAY CORE MOD DHARAK
- V2RAYFLY CORE V2RAY
- GOPROXY MOD CORE
- HAPROXY ORIGIN CORE
- APACHE2 ORIGIN CORE
- CHANGE DNS SERVER
- BLOCK ACCSES TORENT
- INSTALL TCP BBR
- ANTI DDOS PROTECTION
- ACOUNT SUPPORT GAMING
- ACOUNT SUPPORT OPENWRT
- LIMI SPEED / BANDWIDTH
- CEK USER LOGIN - ALL METODE
- TURN ON & OFF SERVICE IN MENU
- SERVICE STREAMING SUPPORT CHEKER
- CEK ALL SERVICE RUNNING OR NOT FOR ABOUT
INFO
- HAPROXY OVER TCP, GOPROXY WS V2RAY, APACHE2 SSH WEBSOCKET, XRAY MOD, SSLH MOD
- TELEGRAM= @Rerechan02 / @fn_project
-
made by the owner (Rerechan02),
-
Xray mod dharak, haproxy over tcp for ssh ssl, Goproxy ws use in xray, nginx for loadbalancer, apache2 use in ssh websocket, sslh mod support ssh ws http port 80
-
Haproxy Over TCP lebih ringan dibandingkan nginx, dan goproxy cocok untuk digunakan pada xray, untuk apache2 hanya akan di gunakan pada ssh websocket
-
- Need Permision To Use Script
Syarat System
Sistem | Supported | Tested | Minimal | Disarankan |
---|---|---|---|---|
Virtualisasi | KVM |
KVM |
KVM |
KVM |
CPU Arch | amd64 |
amd64 |
amd64 |
amd64 |
OS | Debian 10 Ubuntu 20.04 |
Debian 10 Ubuntu 20.04 |
Debian 10 |
Debian 10 |
OS Arch | 64 Bit |
64 Bit |
64 Bit |
64 Bit |
CPU | - | 1 Core |
1 Core |
2 Cores atau lebih |
RAM | - | 512 MB |
1 GB |
2 GB atau lebih |
Storage | - | 20 GB |
15 GB |
20 GB atau lebih |
Network | 1xIPv4 Disable IPv6 Open Port |
1xIPv4 Disable IPv6 Open Port |
1xIPv4 Disable IPv6 Open Port |
1xIPv4 Disable IPv6 Open Port |
ISP | AWS Lightsail DigitalOcean Linode Vultr OVH iTLDC APIK Media Atha Media Biznet Media Antar Nusa IP ServerOne |
AWS Lightsail | - | - |
Tunnel | Path | APIKey | user | pass | expi | core | UUID |
---|---|---|---|---|---|---|---|
SSH/OpenVPN | / | β | β | β | β | βοΈ | βοΈ |
VMess | /vmess | β | β | βοΈ | β | β | β |
VLess | /vless | β | β | βοΈ | β | β | β |
Trojan | /trojan | β | β | βοΈ | β | β | β |
Socks5 | /socks5 | β | β | β | β | β | βοΈ |
Igniter-Go | /igniter-go | β | β | β | β | β | β |
UDP Custom | / | β | β | β | β | β | βοΈ |
Catatan | |||||||
β - Diperlukan | |||||||
βοΈ - Tidak digunakan |
Success
{
"ok": true,
...
}
Failed
{
"ok": false,
"description": "Error Message"
}
Start
systemctl start <service>
Stop
systemctl stop <service>
Retart
systemctl restart <service>
curl -X GET -H 'Host: domain' -H 'Upgrade: websocket' -H 'Connection: Upgrade' --proxy "proxy:80" -LksSiN domain
Example Tunneling
- SSH WEBSOCKET HTTP:
GET /path HTTP/1.1[crlf]Host: [host_port][crlf]Upgrade: websocket[crlf][crlf]
- SSH WEBSOCKET HTTPS:
GET wss://[host]/path HTTP/1.1[crlf]Host: [host_port][crlf]Upgrade: websocket[crlf][crlf]
- SSH DROPBEAR
CONNECT /path HTTP/1.0[crlf]Host: [host_port][crlf][crlf]
- SSH SSL/STUNNEL
CONNECT [host_port] HTTP/1.0[crlf][crlf]
- SSH RANDOM BUG SSL/SNI
[rotate=bug1.com;bug2.com]
- HTTP
{
"inbounds": [],
"outbounds": [
{
"mux": {
"enabled": false
},
"protocol": "method",
"settings": {
"vnext": [
{
"address": "bug.com",
"port": 80,
"users": [
{
"alterId": 0,
"id": "uuid",
"level": 8,
"security": "auto"
}
]
}
]
},
"streamSettings": {
"network": "ws",
"security": "none",
"wsSettings": {
"headers": {
"Host": "subdomain"
},
"path": "/path"
}
},
"tag": "METHOD"
}
],
"policy": {
"levels": {
"8": {
"connIdle": 300,
"downlinkOnly": 1,
"handshake": 4,
"uplinkOnly": 1
}
}
}
}
- HTTPS
{
"inbounds": [],
"outbounds": [
{
"mux": {
"enabled": false
},
"protocol": "method",
"settings": {
"vnext": [
{
"address": "bug.com",
"port": 443,
"users": [
{
"alterId": 0,
"id": "uuid",
"level": 8,
"security": "auto"
}
]
}
]
},
"streamSettings": {
"network": "ws",
"security": "tls",
"tlsSettings": {
"allowInsecure": false,
"serverName": "subdomain"
},
"wsSettings": {
"headers": {
"Host": "subdomain"
},
"path": "/path"
}
},
"tag": "METHOD"
}
],
"policy": {
"levels": {
"8": {
"connIdle": 300,
"downlinkOnly": 1,
"handshake": 4,
"uplinkOnly": 1
}
}
}
}
{
"inbounds": [],
"outbounds": [
{
"mux": {
"enabled": false
},
"protocol": "method",
"settings": {
"vnext": [
{
"address": "subdomain",
"port": 443,
"users": [
{
"alterId": 0,
"id": "uuid",
"level": 8,
"security": "auto"
}
]
}
]
},
"streamSettings": {
"grpcSettings": {
"serviceName": "name-service"
},
"network": "grpc",
"security": "tls",
"tlsSettings": {
"allowInsecure": true,
"serverName": "bug.com"
}
},
"tag": "METHOD"
}
],
"policy": {
"levels": {
"8": {
"connIdle": 300,
"downlinkOnly": 1,
"handshake": 4,
"uplinkOnly": 1
}
}
}
}
- HTTP
proxies:
- name: nama
server: bug.com
port: 80
type: method
uuid: uuid
alterId: 0
cipher: auto
tls: false
skip-cert-verify: true
servername: subdomain
network: ws
ws-opts:
path: /path
headers:
Host: subdomain
udp: true
- HTTPS
proxies:
- name: nama
server: bug.com
port: 443
type: method
uuid: uuid
alterId: 0
cipher: auto
tls: true
skip-cert-verify: true
servername: subdomain
network: ws
ws-opts:
path: /path
headers:
Host: subdomain
udp: true
Karya ini dilisensikan di bawah CC BY-SA 4.0.