An Xray Panel (Trojan, Shadowsocks, Shadowsocks-Plugin,Vmess,Vless)

Related tags

Vue.js xpanel
Overview

特征

安装面板 PANEL INSTALL NGINX

安装Ioncube Loader 
系统CentOS 7x64 / Ubuntu 18.04+
安装Ngnix Server
安装PHP 7.4
安装Database(mysql or mariab)
安装Cron
	
	
下载程序代码
git clone https://github.com/xcode75/xpanel.git tmp -b master && mv tmp/.git . && rm -rf tmp && git reset --hard


xpanel的配置
config/config.php

导入 sql 目录下的 sql/xpanel.sql


php composer.phar install

cp smarty_internal_resource_file.php /home/xxxx/xxx/vendor/smarty/smarty/libs/sysplugins

chmod -R 777 /home/xxxx/xxx

创建管理员
php cronjob createAdmin

下线应用
php cronjob downloadApps

打开nginx Config

root那一行改为
root /home/xxxx/xxx/public;

然后添加下面这一段到 server
location / {
    try_files $uri $uri/ /index.php$is_args$args;
}

重启一下 nginx
service nginx restart

systemctl restart nginx 


crontab -e ,添加以下四段
0 */1 * * * php /home/xxxx/xxxx/cronjob backup
0 */1 * * * php /home/xxxx/xxxx/cronjob rate
*/1 * * * * php /home/xxxx/xxxx/cronjob checkjob
59 23 * * * php /home/xxxx/xxxx/cronjob dailyjob


管理后端,系统设置->通知设置->通知方式->Telegram信息
群组会话ID TG Chat ID TG 机器人bot发 /ping 获得ID
群组 TG Group ID: 在TG群组添加bot然后 /ping 获得ID
TG密钥 BotFather获得密钥(token)

php cronjob setTelegram

安装后端 DOCKER BACKEND INSTALL

CENTOS 7
-------------------------------
cd /root && \
rm -rf install.sh && \
yum -y install epel-release wget bash zip unzip update && \
wget https://raw.githubusercontent.com/xcode75/xpanel/master/backend/install.sh -O /root/install.sh && \
chmod +x  install.sh && \
bash install.sh
UBUNTU 18/20
-------------------------------
cd /root && \
rm -rf install.sh && \
apt install wget bash zip unzip && \
wget https://raw.githubusercontent.com/xcode75/xpanel/master/backend/install.sh -O /root/install.sh && \
chmod +x  install.sh && \
bash install.sh

#Credits

You might also like...

The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.

The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.

pinia-orm Intuitive, type safe and flexible ORM for Pinia based on Vuex ORM Next ✨ Release Notes 📖 Documentation Help me keep working on this project

Dec 31, 2022

Vite Svelte plugin to remove console logs in prod.

vite-plugin-svelte-console-remover A Vite plugin that removes all console statements (log, group, dir, error, etc) from Svelte, JS, and TS files durin

Oct 13, 2022

A vite plugin that deletes console.log in the production environment

vite-plugin-remove-console A vite plugin that deletes console.log in the production environment English | 中文 Install npm install vite-plugin-remove-co

Dec 22, 2022

Based on vitawind, kowind brings ESLint plugin and some other plugins to it that help you to format your code quickly and efficiently.

🐦 KOWIND v3 🐦 Vite helper based on vitawind 🧰 Easy To Install ⚡️ Automatically open Tailwind JIT Mode ⚙ One-Command Setting 🚀 Automatically config

Nov 26, 2022

A progress bar plugin for Vite.

A progress bar plugin for Vite.

vite-plugin-progress Display with progress bar when building 📦 Install npm i vite-plugin-progress -D # yarn yarn add vite-plugin-progress -D # pn

Dec 17, 2022

Laravel plugin for Vite.

Laravel Vite Plugin Introduction Vite is a modern frontend build tool that provides an extremely fast development environment and bundles your code fo

Jan 7, 2023

A simple picture clipping plugin for vue

A simple  picture clipping plugin for vue

vue-cropper 一个优雅的图片裁剪插件 [ 查看演示 Demo ] [ README_english ] [ 更新日志 ] 一、安装使用 1. 安装 # npm 安装 npm install vue-cropper # yarn 安装 yarn add vue-cropper 如果你没有使用

Jan 5, 2023

🐝 A vite plugin automatically export files & HMR support

🐝 A vite plugin automatically export files & HMR support

vite-plugin-hot-export Automatically export files with HMR English|简体中文 Why ? When developing, we often need to download some images or svg from the i

Nov 12, 2022

Vite plugin for minifying / obfuscating CSS classes in production builds

Vite plugin for minifying / obfuscating CSS classes in production builds

vite-plugin-class-mangler Vite plugin for minifying / obfuscating classes in production builds. Compatible with Tailwind, inline, or imported styles.

Dec 22, 2022
Owner
null
:globe_with_meridians: Internationalization plugin for Vue.js

vue-i18n Internationalization plugin for Vue.js ?? Gold Sponsors ?? Silver Sponsors ?? Bronze Sponsors ⚠️ NOTICE This repository is for Vue I18n v8.x.

kazuya kawaguchi 6.9k Jan 8, 2023
An infinite scroll plugin for Vue.js.

Intro An infinite scroll plugin for Vue.js, to help you implement an infinite scroll list more easily. Features Mobile friendly Internal spinners 2-di

Peach 2.6k Jan 4, 2023
A Marko plugin for Vite

@marko/vite A Marko plugin for Vite. Installation npm install @marko/vite Example config import { defineConfig } from "vite"; import marko from "@mark

Marko 49 Nov 26, 2022
A powercord plugin to create pet gifs

petpet A powercord plugin to create pet gifs Inspired by https://benisland.neocities.org/petpet/ Example Input Output Usage [p] is your powercord comm

Vens Powercord Plugins 20 Oct 13, 2022
Obsidian plugin to add keyboard shortcuts commonly found in code editors such as Visual Studio Code or Sublime Text

Code Editor Shortcuts This Obsidian plugin adds keyboard shortcuts (hotkeys) commonly found in code editors such as Visual Studio Code or Sublime Text

Tim Hor 143 Dec 30, 2022
A Figma plugin for generating skeleton UI placeholders, specific to Discord's usecases.

Project Scaffold Generator Why? This is an internal tool we use at Discord to generate Discord specific "skeleton/placeholders" for help in designing

Bryan Berger 17 Nov 22, 2022
A plugin that can help you create project friendly with Vue for @vue/cli 4.5

vue-cli-plugin-patch A plugin that can help you create project friendly with Vue for @vue/cli 4.5. Install First you need to install @vue/cli globally

null 2 Jan 6, 2022
Vue2.x plugin to create scoped or global shortcuts. No need to import a vue component into the template.

vue2-shortcut Vue2.x plugin to create scoped or global shortcuts. No need to import a vue component into the template. Install $ npm install --save vu

Graxi 37 Aug 14, 2022
Vue 3 + Vite + SSR template based on Vite Plugin SSR and inspired by Vitesse

Vite Vue SSR Starter Vue 3 + Vite + SSR template based on Vite Plugin SSR and inspired by Vitesse Features ⚡️ Vue 3, Vite 2, TypeScript ?? Domain-Driv

Oleg Koval 10 Aug 2, 2022
🌐 Lightweight internationalization plugin for Vue 3

??️ vue-next-i18n Lightweight internationalization plugin for Vue 3 ?? Getting started To begin, you'll need to install vue-next-i18n use npm npm inst

Aaron Lam 12 Nov 21, 2022