# View License Status

Once the node owner [initiates the delegation process](https://docs.aethir.com/how-to-manage-checker-nodes/delegate-and-undelegate#delegate), you can view the [status](https://docs.aethir.com/what-is-the-checker-node/how-do-checker-nodes-work#checker-node-status) of all licenses delegated to the burner wallet.

#### **Linux CLI**

Please note that it is a prerequisite to use this command that the at least one node owner has [initiates the delegation process](https://docs.aethir.com/how-to-manage-checker-nodes/delegate-and-undelegate#delegate) to this burner wallet address.

List licenses <mark style="color:red;">`aethir license list`</mark>

1. <mark style="color:red;">`-ready`</mark>
2. <mark style="color:red;">`-checking`</mark>
3. <mark style="color:red;">`-offline`</mark>
4. <mark style="color:red;">`-banned`</mark>
5. <mark style="color:red;">`-pending`</mark>

   Corresponds to pending delegations
6. <mark style="color:red;">`-all`</mark>

Each of the parameter display lists in the form of: <mark style="color:red;">`License ID`</mark> ｜ <mark style="color:red;">`Owner Address`</mark> ｜ <mark style="color:red;">`Status`</mark>

If the user does not add parameters, all available parameters will be prompted.

Alternatively, show summary table <mark style="color:red;">`aethir license summary`</mark>

This is a sample for what the summary table looks like:

<table><thead><tr><th width="155">Number</th><th>Status</th></tr></thead><tbody><tr><td>123</td><td>Checking</td></tr><tr><td>123</td><td>Ready</td></tr><tr><td>123</td><td>Offline</td></tr><tr><td>123</td><td>Banned</td></tr><tr><td>123</td><td>Pending</td></tr><tr><td>123</td><td>Total Delegated</td></tr></tbody></table>

#### **Windows GUI**

Navigate to the License tab.
