From b987837799d7c7e31234313ce456dddca5caef13 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 19 Aug 2024 00:11:07 +0200 Subject: [PATCH] Create how-to-find-openpanel-version.md --- .../how-to-find-openpanel-version.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 documentation/docs/articles/user-experience/how-to-find-openpanel-version.md 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 +```