openpanel/website/docs/articles/user-experience/how-to-find-openpanel-version.md
Stefan Pejcic b8c5011b76 pakcages
2024-09-18 16:30:56 +02:00

22 lines
403 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
```