# Configuring License

When the OPBNOS boots UP, it prompts the user for a License key that can be requested by contacting [Aviz Support](https://support.aviznetworks.com/hc/en-us/requests/new). More information on Licensing can be found [here](https://aviznetworks.gitbook.io/opbnos-r2.4/getting-started/licensing).

```sh
opb-nos login: admin
Password: 
Linux opb-nos 5.10.0-8-2-amd64 #1 SMP Debian 5.10.46-4 (2021-08-03) x86_64
You are on
  ___  ____  _____  _   _  ___   ____
 / _ \|  _ \|  _  \| \ | |/ _ \ / ___|
| | | | |_| |_|_|_/|  \| | | | |\___ \
| |_| |  __/| |_| \| |\  | |_| | ___) |
 \___/|_|   |_____/|_| \_|\___/ |____/
                      Powered by AVIZ Networks

-- Software for Open Networking in the Cloud --

Version: 20230216.2.3.0

Unauthorized access and/or use are prohibited.
All access and/or use are subject to monitoring.

Help:    www.aviznetworks.com

Last login: Tue Feb 21 19:13:01 UTC 2023 on ttyS0
Enter the License Key:  ffa08***************f6ec544
```

Verify the currently installed license:

```
pbnoscli# show license 
=================================================
License Key:  ffa08********************f6ec544
License Type: BASIC
=================================================
pbnoscli# 
```

Use the 'License' command to change the license(if required):

```
pbnoscli# configure terminal 
pbnoscli(config)# license 
 <licensekey>             
pbnoscli(config)# license db9b0********************b66f12
Current user: root
pbnoscli# 

//Verify the License Key
pbnoscli# show license 
=================================================
License Key:  db9b0********************b66f12
License Type: ADV-T
=================================================
pbnoscli# 
```

{% hint style="info" %}
The license can be upgraded without requiring a reinstallation or reset.
{% endhint %}
