ByteMysticRogue / sing-box-templates

Centralized SingBox Core configurations for seamless deployment. Optimize your universal proxy platform with these customizable settings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

███████ ██ ███    ██  ██████        ██████   ██████  ██   ██     ████████ ███████ ███    ███ ██████  ██       █████  ████████ ███████ ███████ 
██      ██ ████   ██ ██             ██   ██ ██    ██  ██ ██         ██    ██      ████  ████ ██   ██ ██      ██   ██    ██    ██      ██      
███████ ██ ██ ██  ██ ██   ███ █████ ██████  ██    ██   ███          ██    █████   ██ ████ ██ ██████  ██      ███████    ██    █████   ███████ 
     ██ ██ ██  ██ ██ ██    ██       ██   ██ ██    ██  ██ ██         ██    ██      ██  ██  ██ ██      ██      ██   ██    ██    ██           ██ 
███████ ██ ██   ████  ██████        ██████   ██████  ██   ██        ██    ███████ ██      ██ ██      ███████ ██   ██    ██    ███████ ███████

Configs

This repository contains various configuration settings for both Client-side and Server-Side:

  • Inbound-Outbound sample
  • ShadowTLS-v3
  • TrojanGFW-tls
  • TrojanGFW-tls-gRPC
  • TUIC v5
  • vless-reality-gRPC
  • vless-reality-HTTP
  • vless-reality-TCP
  • vmess-TCP-tls-HTTP Camouflage
  • vmess-tls-gRPC
  • vmess-tls-WebSocket (ws)

Ubuntu/ Debian

bash <(curl -fsSL https://sing-box.app/deb-install.sh)

Redhat/RPM

bash <(curl -fsSL https://sing-box.app/rpm-install.sh)

Archlinux/PKG

bash <(curl -fsSL https://sing-box.app/arch-install.sh)

Config PATH

cd /etc/sing-box

Edit Config File

nano /etc/sing-box/config.json

Sing-Box Operation

Operation Command
Enable sudo systemctl enable sing-box
Disable sudo systemctl disable sing-box
Start sudo systemctl start sing-box
Stop sudo systemctl stop sing-box
Kill sudo systemctl kill sing-box
Restart sudo systemctl restart sing-box
Logs sudo journalctl -u sing-box --output cat -e
New Logs sudo journalctl -u sing-box --output cat -f

Sing-Box Commands

To verify whether the configuration file is correctly set up:

  • If you are in the /etc/sing-box folder:
sing-box check
  • If you are in a different location:
sing-box check -c <PATH_TO_CONFIG_FILE>

To run Sing-Box:

As a service:

systemctl start sing-box.service

Standalone:

sing-box run -c <PATH_TO_CONFIG_FILE>

About

Centralized SingBox Core configurations for seamless deployment. Optimize your universal proxy platform with these customizable settings.