Coder Social home page Coder Social logo

x-ui-panel's Introduction

Scripts for Installation v2ray VPN

Docker Based on https://github.com/thesadboy/x-ui-docker

V2ray Setup Based on https://privacymelon.com/how-to-setup-v2ray-ws-tls-cdn/

Requirements

Table of Contents

  1. Getting Started
  2. Ubuntu
  3. Docker Image
  4. Getting SSL
  5. Admin Panel Configuration
  6. Client Devices
  • Point Your NameServers to CloudFlare
  • Point Your VPS IP to Your Domain Name

Using Bash Script:

bash <(curl -s https://raw.githubusercontent.com/ypo777/x-ui-panel/main/Bash/v2ray_setup.sh )

Using Ansible:

  • add your IP Address, Username And SSH Keys in Inventory
ansible-playbook v2raysetup.yaml
  • Pull docker image
docker pull ypo007/x-ui
  • Create a container
docker run --restart=always --name x-ui -d -p 54321:54321 -p 8000-8010:8000-8010/tcp -p 8000-8010:8000-8010/udp --tmpfs /tmp --tmpfs /run --tmpfs /run/lock -v /sys/fs/cgroup:/sys/fs/cgroup:ro -v /etc/x-ui:/etc/x-ui ypo007/x-ui
sudo certbot certonly --standalone --preferred-challenges http --agree-tos --email your-email-address -d test.example.com
  • Copy Paths of Certificate file and Key file
  • Default Port for v2-ui panel : http://YOURIP:54321
  • Admin User & Password: both "admin"
  • Add a new user:
    • Go to Inbound List
    • Click + button
    • Enter your desired name in remark
    • Select protocol: vmess
    • Listen IP yourIP
    • Port : your desired port
    • Transmission: ws
    • Open TLS Option
    • Enter your domain name
    • Add Certificated you got from SSL Certificate
    • If you don't need , close sniffing option
Android
iOS
Windows & MacOS
TODO
  • Add Timezone Selection

x-ui-panel's People

Contributors

ypo777 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

x-ui-panel's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.