OXO UI

OXO UI documentation.


How to access OXO Titan UI

This guide will walk you through the steps to access the OXO Titan UI.

Install serve requirements

To access the OXO Titan UI, you need to install the oxo serve requirements. Open your terminal and run the following command:

pip install ostorlab"[serve]"

Explore command options

To explore additional options available with oxo serve, you can type the following command:

oxo serve --help

The available options are:

OptionDescription
--hostThe host to run the Flask app on.
--portThe port to run the Flask app on.
--refresh-api-keyGenerate a new API key.
--helpShow this message and exit.

Run the OXO server

Once the necessary dependencies are installed, you can run the server with the default settings by typing oxo serve command.

oxo serve

This command will provide some details about the server, including:

API Key: This key is essential for accessing the API securely.

OXO API Endpoint: This endpoint is used for interacting with the OXO API.

OXO Titan UI Endpoint: This is the endpoint you will use to access the OXO Titan UI.

OXO Serve

Access the OXO Titan UI

To access the OXO Titan UI, open your browser and navigate to the OXO Titan UI endpoint provided by the server.

OXO Titan UI

After you have successfully accessed the OXO Titan UI, your next step is to configure your scanner. Please refer to the scanner configuration documentation for more information.