> For the complete documentation index, see [llms.txt](https://manual-en.seara.biz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual-en.seara.biz/master.md).

# How to Login to you SEARA

Describes the overall system and how to access Seara Cloud via a web browser

Seara Platform is a Cloud RADIUS service for managing WiFi Hotspot systems to provide WiFi in public areas. The system can connect with Access Points or WiFi Routers that support WiFi Hotspot authentication via an External RADIUS portal.

Users can access the system's login page via a web browser using the URL below.

{% hint style="info" %}
https\://**sitename**.seara-portal.net/app/login
{% endhint %}

**sitename** is the name of the company, organization, or shop that has been registered. Check the email received from **<noreply@seara-portal.net>**. The email will contain the following key information:

<figure><img src="https://2507662344-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDBkKbWLZfasd8l3v8ndZ%2Fuploads%2Fgit-blob-626ae353b8b80e622c09dfea28dddf6130412050%2FEmail%20Data.png?alt=media" alt=""><figcaption><p><strong>Example of the information received from noreply@seara-portal.net</strong></p></figcaption></figure>

Users can log in to the system with the username and password received in the email. The information provided is divided into 3 sections:

* **Web Management** Domain, username, and password information for administrators to access system management.
* **Log Management** Domain, username, and password information for the Log Manager to view user information and Internet Traffic Log as required by the Computer Crime Act. Only the Log Manager can access the I[nternet Traffic Log](broken://pages/xWgsQiQLFZhfXNC3EkqJ) [<mark style="color:orange;">**(only when used together with Mikrotik)**</mark>](broken://pages/-M01g90HFucd1z9Rddo5)
* **Radius Server Configuration** Information for configuring devices to connect to SEARA's RADIUS Server. The email will show the IP Address and the secret key for connecting to the RADIUS Server.

![](https://2507662344-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDBkKbWLZfasd8l3v8ndZ%2Fuploads%2Fgit-blob-a417a350c77eee21cd3b677ba876507d3659caf8%2Flogin%20page.JPG?alt=media)

If login is successful, you will see the main menu for managing the entire system and the dashboard page showing an overview of users. You can change the language of the admin interface by clicking ![](https://2507662344-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDBkKbWLZfasd8l3v8ndZ%2Fuploads%2Fgit-blob-fbd6fd8d9dee02a6ee05ed2e16461da89ec95d7c%2FFlag.png?alt=media) at the top-right corner, or switch to a dark theme from the ![](https://2507662344-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDBkKbWLZfasd8l3v8ndZ%2Fuploads%2Fgit-blob-385930ffc6b11d0a5333d5a63f50d009e582b1a6%2FMoon.png?alt=media) menu.

<figure><img src="https://2507662344-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDBkKbWLZfasd8l3v8ndZ%2Fuploads%2Fgit-blob-45f4a9a20b2583eb1116425fc930082454938d6b%2FDashboard.png?alt=media" alt=""><figcaption><p>Dashboard screen</p></figcaption></figure>

Administrators can view and adjust account settings by clicking on the username at the top-right corner to go to Account settings, or through the menu System => Admin => Account. For detailed configuration and usage, see [**click here**](/systems/administrator.md)

![Account settings screen](https://2507662344-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDBkKbWLZfasd8l3v8ndZ%2Fuploads%2Fgit-blob-36689c397993bd145e09d6736b080e749d06d1b7%2FAccount%20setting.png?alt=media)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://manual-en.seara.biz/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
