> For the complete documentation index, see [llms.txt](https://apollo.rlib.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apollo.rlib.io/installation/verify.md).

# Verify

To validate that the installation process has been completed successfully; you can use one of the methods provided in this section to verify that the addon is working.

## ❱ Server Console

**rlib** will report which modules are loaded when the server first boots. You can verify that Apollo is recognized by the server simply by reading the server console for the following:

![\[1.1\] example of console output on server startup](/files/-LdaSZJw1Hpk_3q7ZXK_)

You can also verify the installation by typing the console command **`rlib.modules`** which should output a list of all currently installed modules.

![\[1.2\] rlib installed module output](/files/-LdaTiTUwHAB1zPaQDck)

## ❱ In-Game Activation

Any addon that includes an interface will come with multiple ways to make it appear on-screen. Obviously, by making the interface appear, you will know that it is successfully installed.

For a list of activation methods, view the [**Binds**](/first-use/binds.md) page.
