> ## Documentation Index
> Fetch the complete documentation index at: https://docs.incredibuild.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Checking the Status and Version No. of Incredibuild

Last updated on Apr 04, 2024

You can check the status or version number of any Incredibuild components using the following commands.

## How to Check the Status of Incredibuild Services

In the terminal of the installed component, type:

`/opt/incredibuild/etc/init.d/incredibuild status`

Output:

```
ib_httpd (pid xxxxx) is running...
ib_upgrade.sh (pid xxxxx) is running...
ib_watchdog (pid xxxxx) is running...
ib_coordinator (pid xxxxx) is running...
ib_server (pid xxxxx) is running...
ib_helper (pid xxxxx) is running...
ib_babysit.sh (pid xxxxx) is running...
```

## How to Check the Version No. of Incredibuild

In the terminal of the installed component, type `ib_console -v`.

The output will be `ib_console version [no.]`.
