You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+28-28Lines changed: 28 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,47 +3,47 @@ hide:
3
3
- navigation
4
4
---
5
5
6
-
#1Panel: Modern Open‑Source VPS Control Panel
6
+
## What is 1Panel?
7
7
8
-
!!! note ""
9
-
1Panel is a modern, open‑source VPS control panel that streamlines administration through an intuitive and clean web interface.
8
+
1Panel is a modern, open-source VPS control panel that streamlines administration through an intuitive, clean web interface.
10
9
11
-
It allows you to manage your VPS effortlessly—entirely from a web browser.
10
+
## Key Features
12
11
13
-

12
+
-**One-Click OpenClaw Deployment**: Seamlessly deploy OpenClaw agents, host local LLMs using Ollama, and monitor GPU utilization—all within a unified workspace.
13
+
-**One-Click Website Deployment**: Launch production-ready websites instantly with automatic domain binding, SSL certificate provisioning, and configuration—zero manual setup required.
14
+
-**Curated App Marketplace**: Discover, install, and update trusted open-source applications (Nextcloud, Bitwarden, Umami, and more) with a single click.
15
+
-**Centralized Server Management**: Monitor system resources and manage files, databases, containers, and services effortlessly through a unified, intuitive dashboard.
16
+
-**Enterprise-Grade Security**: Strengthen your defenses with container isolation, firewall controls, audit logging, and secure deployment practices—ensuring compliance and peace of mind.
17
+
-**Intelligent Backup & Restore**: Schedule automated backups or perform instant restores to local storage or major cloud platforms (AWS S3, Cloudflare R2, and more), with flexible retention and destination options.
14
18
15
-
Unlike traditional VPS control panels,
16
-
1Panel fully embraces AI, is built with the modern Go programming language, and supports container‑based application deployment and management.
19
+
## Quick Start
17
20
18
-
With 1Panel, you can efficiently manage your VPS—even without deep Linux command‑line expertise.
21
+
Execute the script below and follow the prompts to install 1Panel:
Seamlessly deploy OpenClaw agents, host local LLMs using Ollama, and monitor GPU utilization—all within a unified workspace.
29
+

27
30
28
-
- One‑Click Website Deployment
29
-
Launch production‑ready websites instantly with automatic domain binding, SSL certificate provisioning, and configuration—zero manual setup required.
31
+
## Star History
30
32
31
-
- Curated App Marketplace
32
-
Discover, install, and update trusted open‑source applications (Nextcloud, Bitwarden, Umami, and more) with a single click.
33
+
[](https://star-history.com/#1Panel-dev/1Panel&Date)
33
34
34
-
- Centralized Server Management
35
-
Monitor system resources and manage files, databases, containers, and services effortlessly through a unified, intuitive dashboard.
35
+
## Pro Edition
36
36
37
-
- Enterprise‑Grade Security
38
-
Strengthen your defenses with container isolation, firewall controls, audit logging, and secure deployment practices—ensuring compliance and peace of mind.
37
+
Compared to the OSS Edition, 1Panel Pro Edition provides users with a wealth of enhanced features and technical support services. Enhanced features include WAF enhancement, website tamper protection, website monitoring, GPU monitoring, custom logo and theme color, etc. [Click to view the detailed introduction of the Pro Edition](https://1panel.pro/pricing).
39
38
40
-
- Intelligent Backup & Restore
41
-
Schedule automated backups or perform instant restores to local storage or major cloud platforms (AWS S3, Cloudflare R2, and more), with flexible retention and destination options.
39
+
## Security Information
42
40
43
-
## Community & Trust
41
+
If you discover any security issues, please refer to [SECURITY.md](/SECURITY.md).
44
42
45
-
!!! note ""
46
-
1Panel has earned over 34,000 stars on GitHub and surpassed 2 million installations worldwide.
47
-
Its features, performance, stability, and security are trusted by the global open‑source community.
43
+
## License
48
44
49
-
Welcome to try 1Panel and take full control of your VPS!
45
+
Licensed under The GNU General Public License version 3 (GPLv3) (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
46
+
47
+
<https://www.gnu.org/licenses/gpl-3.0.html>
48
+
49
+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copy file name to clipboardExpand all lines: docs/user_manual/ai/agent.md
+42-17Lines changed: 42 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,8 @@ The parameter definitions during agent creation are detailed as follows:
82
82
- Token: A token for the OpenClaw Web UI access address, which is automatically generated by the system for direct access in the follow-up.
83
83
- Other Parameters: Keep the default configurations for all other parameters.
84
84
85
-
After configuring all the above parameters, click "Confirm" directly to start the installation of OpenClaw. The installation is completed when the prompt as shown in the figure below appears.
85
+
!!! note ""
86
+
After configuring all the above parameters, click "Confirm" directly to start the installation of OpenClaw. The installation is completed when the prompt as shown in the figure below appears.
@@ -103,7 +104,8 @@ After configuring all the above parameters, click "Confirm" directly to start th
103
104
!!! note ""
104
105
Up to this point, OpenClaw has been fully deployed. Next, we will configure the Feishu channel. To configure the Feishu channel, we first need to create an available robot in Feishu. Follow the steps below to complete the configuration step by step.
105
106
106
-
Note: A personal Feishu account is used in this guide. For enterprise accounts, version release and permission authorization require administrator approval, while other operation steps remain the same.
107
+
!!! note ""
108
+
Note: A personal Feishu account is used in this guide. For enterprise accounts, version release and permission authorization require administrator approval, while other operation steps remain the same.
107
109
108
110
### 4.1. Step 1: Create a Custom Enterprise App
109
111
@@ -112,25 +114,32 @@ Note: A personal Feishu account is used in this guide. For enterprise accounts,
Click "Batch import/export scopes", clear the default permission configuration information, copy and paste the permission authorization script as shown below, and click "Save".
141
+
!!! note ""
142
+
Click "Batch import/export scopes", clear the default permission configuration information, copy and paste the permission authorization script as shown below, and click "Save".
134
143
135
144
```json
136
145
{
@@ -170,49 +179,65 @@ Click "Batch import/export scopes", clear the default permission configuration i
170
179
}
171
180
```
172
181
173
-
The effect after pasting is shown in the figure below:
182
+
!!! note ""
183
+
The effect after pasting is shown in the figure below:
Click "Next, Review New Scopes" and finally ensure that all permissions are enabled. For personal accounts, confirm the permissions by yourself; for enterprise accounts, administrator review is required. Ensure all permissions are enabled as shown in the figure below:
187
+
!!! note ""
188
+
Click "Next, Review New Scopes" and finally ensure that all permissions are enabled. For personal accounts, confirm the permissions by yourself; for enterprise accounts, administrator review is required. Ensure all permissions are enabled as shown in the figure below:
After obtaining the credentials, enter the "Configuration" page of "Agent" in 1Panel, complete the Feishu chat channel configuration, and click "Save", as shown in the figure below:
199
+
!!! note ""
200
+
After obtaining the credentials, enter the "Configuration" page of "Agent" in 1Panel, complete the Feishu chat channel configuration, and click "Save", as shown in the figure below:
After confirmation, click "Create Version", then enter the relevant version information as required and release it. No approval is required for personal accounts, while enterprise accounts need enterprise approval.
226
+
227
+
!!! note ""
228
+
After confirmation, click "Create Version", then enter the relevant version information as required and release it. No approval is required for personal accounts, while enterprise accounts need enterprise approval.
0 commit comments