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