diff --git a/documentation/docs/articles/user-experience/how-to-find-openpanel-version.md b/documentation/docs/articles/user-experience/how-to-find-openpanel-version.md new file mode 100644 index 00000000..76c7c402 --- /dev/null +++ b/documentation/docs/articles/user-experience/how-to-find-openpanel-version.md @@ -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 +```