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

# Verification

1. Restart host manager and the database using:

   ```
   service gpudb_host_manager start
   service gpudb start
   ```
2. Run a *Host Manager* status check:

   ```
   /opt/gpudb/core/bin/gpudb status
   ```
3. Verify the output shows *HTTPD* is running:

   ```
   ...
   Httpd            : Running (14250 14277 14278 14279 14280 14282)
   ...
   ```
4. Ensure Kinetica is running properly:

   ```
   curl -k https://<hostname>:8082/gpudb-0
   ```
5. Verify the output shows *Kinetica* is running:

   ```
   Kinetica is running!
   ```
6. Verify both internal and external users can login to
   [GAdmin](/content/admin/gadmin) at `https://<hostname>:8443`
7. Verify both internal and external users can login to
   [Reveal](/content/bi/reveal) at `https://<hostname>:8444`
8. Verify both internal and external users can login to
   [Workbench](/content/admin/workbench) at `http://<hostname>:8445`
