Giter Site home page Giter Site logo

ssrpanel-v2ray's Introduction

项目描述

SSRPanel的V2ray节点端

SSRpanel面板: https://github.com/ssrpanel/SSRPanel

声明

先去v2ray.com熟悉一下V2ray的基本配置

先去v2ray.com熟悉一下V2ray的基本配置

先去v2ray.com熟悉一下V2ray的基本配置

我管的是如何将V2ray连接面板,不是教你们怎么配置V2ray的

我管的是如何将V2ray连接面板,不是教你们怎么配置V2ray的

我管的是如何将V2ray连接面板,不是教你们怎么配置V2ray的

环境配置

安装JDK8

# ubuntu
sudo apt install openjdk-8-jdk
# centos
yum install java-1.8.0-openjdk java-1.8.0-openjdk-devel

配置V2ray

下载V2ray https://github.com/v2ray/v2ray-core/releases

按照本项目中 config.json 为模板修改,可以添加一些自定义的配置

配置SSRPanel后台

添加节点
基础信息按实际情况填写
扩展信息的服务类型选择V2ray

基础选项:
  额外ID (alterId)
  端口 (VMess协议的端口)
  
高级选项(不懂就不要动下面几个选项): 
  传输协议
  伪装类型
  伪装域名
  WS/H2路径
  TLS
  (详见官方文档 https://v2ray.com/chapter_02/05_transport.html)

配置节点端


在 releases 页面下载编译版
修改 config.properties

几个重点配置项
  v2ray.grpc.port (tag为api的传入连接的端口)
  v2ray.tag (VMess协议的tag)
  v2ray.alter-id (与面板额外ID一致)
  node.id (面板添加节点后得到的节点ID)
  node.traffic-rate (与面板流量比例一致)

数据库配置(远程连接SSRPanel的数据库)
  datasource.url (数据库的连接URL, 格式为 jdbc:mysql://地址:端口/数据库名称?serverTimezone=GMT%2B8)
  datasource.username (用户名)
  datasource.password (密码)

执行 java -jar xxxxx.jar即可

构建

git clone https://github.com/aiyahacke/ssrpanel-v2ray.git
cd ssrpanel-v2ray
git submodule update --init --recursive
chmod +x ./mvnw
./mvnw package

ssrpanel-v2ray's People

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.