An open API service indexing awesome lists of open source software.

https://github.com/oneinstack/oneinstack-panel

Oneinstack-Panel
https://github.com/oneinstack/oneinstack-panel

Last synced: 6 months ago
JSON representation

Oneinstack-Panel

Awesome Lists containing this project

README

          

Oneinstack 服务器管理面板

[![GitHub forks](https://img.shields.io/github/forks/oneinstack/Oneinstack-Panel)](https://github.com/oneinstack/Oneinstack-Panel/network)
[![GitHub stars](https://img.shields.io/github/stars/oneinstack/Oneinstack-Panel)](https://github.com/oneinstack/Oneinstack-Panel/stargazers)
[![GitHub license](https://img.shields.io/github/license/oneinstack/Oneinstack-Panel)](https://github.com/oneinstack/Oneinstack-Panel/blob/main/LICENSE)
![GitHub release](https://img.shields.io/github/v/release/oneinstack/Oneinstack-Panel)

> 一款开源的 Linux 服务器运维管理面板,让服务器管理更简单、更安全、更高效

## 🚀 功能特性

- 🛡️ 可视化服务器状态监控(CPU/内存/磁盘/网络)
- 🔧 一键安装常用服务/软件(Nginx/MySQL/Redis 等)
- 🔐 自动防火墙配置与管理
- 🌐 网站/FTP
- 🔄 定时任务管理(Crontab)
- [ x ] 📊 实时日志查看与分析
- [ x ] 数据库可视化管理
- [ x ] ⚡ 内置 BBR 网络加速优化
- [ x ] 📡 支持多语言操作界面

## 📦 快速安装

### 系统要求

- 操作系统:CentOS 7+/Ubuntu 20.04+
- 内存:推荐 1GB 以上
- 磁盘空间:至少 20GB 可用空间
- 需要 root 权限

### 安装命令

#### 安装脚本

```bash
wget -O install.sh https://bugo-1301111475.cos.ap-guangzhou.myqcloud.com/oneinstack/install.sh && chmod +x install.sh && ./install.sh
```

安装完成后访问:`http://你的服务器IP:8089`

#### 更新脚本

```bash
wget -O update.sh https://bugo-1301111475.cos.ap-guangzhou.myqcloud.com/oneinstack/update.sh && chmod +x update.sh && ./update.sh
```

## 🖥️ 管理功能

### 服务器管理

- 实时资源监控

![alt 属性文本](img/1.png)

- 防火墙规则配置

![alt 属性文本](img/2.png)

- SSH 端口管理

- 系统服务管理
- 定时任务管理

![alt 属性文本](img/3.png)

- 系统更新提醒

### 应用管理

- 一键安装:
- Web 服务器:Nginx
- 数据库:MySQL/Redis
- 运行环境:PHP/JAVA

### 网站管理

- 静态代理
- 反向代理

## 🛠️ 技术架构

- 核心语言:Go
- 前端框架:Vue.js
- 数据库:SQLite
- 进程管理:Systemd

## 🤝 参与贡献

我们欢迎任何形式的贡献!

## 📄 开源协议

本项目采用 [Apache License 2.0](LICENSE) 开源协议。

---

> 🌍 官网地址:[https://oneinstack.com](https://oneinstack.com)
> 🐛 问题反馈:[GitHub Issues](https://github.com/oneinstack/Oneinstack-Panel/issues)