# Lumina options

#### Lumina options

#### Lumina dialog box options

This options tab allows for modification of Lumina credentials and use settings.

Use the public server

```
        Sets host and port to the default public server hosted by Hex-Rays.
        No username or password is required.
```

Use a private server

```
        Allows for setting the name/address and port of a private server.
        If username and password credentials are needed, they can be specified here.
```

Automatically use Lumina server for analysis

```
        Instructs IDA to fetch function metadata from the current Lumina server,
        after the initial auto-analysis is complete. This helps with the recognition
        of known functions stored in the database of the Lumina server.
```

#### Lumina command line options

Command line switch '-Olumina' overrides for ida session the primary server and '-Osecondary\_lumina' the secondary one.

#### List of options

```
         host: lumina server host
         port: lumina server port
         user: username for authentification on private lumina
         pass: password for authentification on private lumina
         proxy_host: proxy host
         proxy_port: proxy port
         proxy_user: username for authentification on proxy
         proxy_pass: password for authentification on proxy
```

#### Example

```
  -Osecondary_lumina:host=lumina.hex-rays.com:port=443
```

Use the public lumina as secondary server for this ida session
