Create how-to-find-openpanel-version.md

This commit is contained in:
Stefan Pejcic 2024-08-19 00:11:07 +02:00 committed by GitHub
parent 34533b2d9b
commit b987837799
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,21 @@
# How to find OpenPanel version
You can do it the following ways:
in the panel interface in the lower left corner;
![openpanel version](https://i.postimg.cc/TdNFbxcX/Screenshot-2023-12-26-08-57-13-090-com-android-chrome-edit.jpg)
In the server terminal, using the `opencli --version` command.
```bash
opencli --version
```
Example output:
```bash
root@server:~# opencli --version
1.0.4
```