Skip to content

fckveza/create-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Panduan Setup 3proxy di VPS Ubuntu (SOCKS5 Proxy + UFW)

Panduan ini membantu kamu menginstal dan mengonfigurasi 3proxy di VPS Ubuntu untuk membuat SOCKS5 proxy server yang aman dan mudah digunakan.


βš™οΈ 1. Install 3proxy

sudo apt update && sudo apt install 3proxy -y

🧩 2. Edit Konfigurasi

Buka file konfigurasi:

sudo nano /etc/3proxy/3proxy.cfg

Isi dengan konfigurasi berikut:

auth strong
users celengspeed:CL:celengspeed
allow celengspeed
socks -p1080 -a -i0.0.0.0 -e0.0.0.0

πŸ” 3. Restart Service

sudo systemctl restart 3proxy
sudo systemctl status 3proxy

πŸ”₯ 4. Buka Firewall (UFW)

sudo ufw allow 1080/tcp
sudo ufw allow 1080/udp
sudo ufw reload
sudo ufw status

πŸ§ͺ 5. Test Lokal (di VPS)

curl -x socks5h://celengspeed:celengspeed@127.0.0.1:1080 https://api.ipify.org

🌐 6. Test Remote (dari PC / server lain)

curl -x socks5h://celengspeed:celengspeed@IP_VPS:1080 https://api.ipify.org

πŸ“ 7. Catatan

  • Jika port 1080 diblokir ISP / provider, ganti ke port lain misalnya 2080.
  • Edit konfigurasi di:
    sudo nano /etc/3proxy/3proxy.cfg
    Ubah baris:
    socks -p2080 -a -i0.0.0.0 -e0.0.0.0
  • Buka firewall untuk port baru:
    sudo ufw allow 2080/tcp
    sudo ufw allow 2080/udp
  • Lalu restart service:
    sudo systemctl restart 3proxy

🧰 Informasi Tambahan

  • πŸ“‚ Lokasi konfigurasi: /etc/3proxy/3proxy.cfg
  • 🧠 Default port: 1080
  • πŸ” Autentikasi: Username & Password
  • πŸ’‘ Proxy Type: SOCKS5

❀️ P VEZA

Releases

No releases published

Packages

No packages published