# Home

## Login Screen

You are presented with the login screen when you open your RADIUSaaS Admin Portal for the first time or when your access token has expired. The login screen provides an easily accessible option to download the CA certificate that has signed your [RADIUS Server Certificate](/admin-portal/settings/settings-server.md#server-certificates). This feature is particularly useful for bring-your-own-device (BYOD) setups and administrators who need to create network profiles on their devices.

<figure><img src="/files/nbXmpMrNuveJpMzroy4A" alt=""><figcaption></figcaption></figure>

## Service State

The RADIUSaaS homepage presents you with an interactive service state that is **updated in** **real-time**.

### Health State

When you access the homepage of your RADIUSaaS instance, the health state of the service including its key components, i.e. RADIUS proxies and RadSec servers (the core service), is illustrated. The availability of the individual components is monitored in **real-time** and realized through **actual authentications** (PAP-based) that are periodically performed.  By hovering over individual nodes, additional information such as the public IP address and the data center location is shown.

<figure><img src="/files/twmDNJA1ZBzOBy5MZMmy" alt=""><figcaption><p>RADIUSaaS Health State - Overview</p></figcaption></figure>

In case, a node is detected to be malfunctioning, the corresponding node along with the no longer available authentication and communication path is highlighted in red:

<figure><img src="/files/IokK7q2uZU6IdmvwGsOA" alt=""><figcaption></figcaption></figure>

**Important:** As long as there is at least one green path leading to **Authentications**, the service is generally available. In case you are using RADIUS proxies, ensure that you have followed our architectural [recommendations](/admin-portal/settings/settings-proxy.md) to decrease the likelihood that a proxy failure leads to an overall outage of the service.&#x20;

The **Service State** icon in addition to a healthy (green) state can indicate one of three error conditions.&#x20;

| Disabled                                                            | Removed                                                             | Expired / Not Yet Valid                                             |
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
| <img src="/files/Om0bZVWWQVUEcIj52zsW" alt="" data-size="original"> | <img src="/files/96hNhRKEVOZleGPX8LPd" alt="" data-size="original"> | <img src="/files/FDTQl6uxFfxkRVLXEwaL" alt="" data-size="original"> |

### Configuration State

The configuration of your RADIUSaaS instance may at times be rather complex, especially in cases where the [Rule Engine](/admin-portal/insights/rule-engine.md) is heavily used. To still provide you with an easy overview, RADIUSaaS offers a tree view of all active configurations. The view can be reached by clicking on the **Authentications** node in the Health State view. A tree view of all configured rules will unfold.

On the first layer of the tree, the network types are presented (WiFi, Wired, VPN). On subsequent layers the structure and configuration of the rules is shown, including permitted authentication types (certificate-based, username/password-based), trusted CAs, allow-listed APs/switches and SSIDs, and finally RADIUS return attributes such as VLAN- or other tags - if any. Grayed-out rules are disabled and thus will lead to rejected authentications in case none of the active/green rule-paths are fulfilled for a particular network type during authentication.&#x20;

<figure><img src="/files/K9pyPhTVx95C6I0eiRV5" alt=""><figcaption><p>Interactive RADIUSaaS Configuration State</p></figcaption></figure>

## Other controls

The RADIUSaaS homepage gives you easy access to frequently used controls and information.

<figure><img src="/files/dKgkyERPSJV8urXzr8h4" alt=""><figcaption></figcaption></figure>

### Dark Mode

Click on the UI-mode button to toggle between dark and normal mode.

<figure><img src="/files/9RWxR7zwxGFTZrsMdYeT" alt=""><figcaption></figcaption></figure>

### Notifications

You can find notifications (alerts, configuration improvement notifications, important announcements) regarding your service in here.

<figure><img src="/files/TLscZ1Bjdgaxdj0BXm4S" alt=""><figcaption></figcaption></figure>

### Help

Click on the life saver button to lodge a support request.

<figure><img src="/files/tlnjyzQpk2D0Yze6VUnW" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/FiqEcvfnxSCiwNMMkvXr" alt=""><figcaption></figcaption></figure>

### Service Documentation

A direct link to the RADIUSaaS documentation.

<figure><img src="/files/dAfW9mRuqcrJuru9jsur" alt=""><figcaption></figcaption></figure>

### API Documentation

A direct link the RADIUSaaS REST API Swagger documentation.

<figure><img src="/files/p4zoWJhONwqd2TCxIOrE" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/mXZUFCBt7eW9P2U71bTS" %}
[REST API](/other/rest-api.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.radiusaas.com/admin-portal/home.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
