> 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/connect-to-seara-with/ruckus-unleashed.md).

# Ruckus Unleashed

Explains how to configure Seara to connect with Ruckus Unleashed

1. Connect the Ruckus Unleashed Access Point to a computer to access the Ruckus Web Management page.

!\[Image containing screenshot

Automatically generated description]\(../.gitbook/assets/0.png)

Enter Username and Password.

2\. Go to the Admin & Services menu.

3\. Configuring the RADIUS server

!\[Image containing screenshot, computer

Automatically generated description]\(../.gitbook/assets/2.png)

3.1 Configuration of RADIUS for authentication.

* Go to the Services menu, select AAA Servers, then click Create New.

!\[Image containing screenshot

Automatically generated description]\(../.gitbook/assets/3.png)

* Name : enter a RADIUS name
* Type : select RADIUS
* Auth Method : select PAP
* IP Address\* : 137.184.xxx.xxx
* Port\* : 1812
* Shared Secret : the RADIUS Server secret (see the email sent by the system)
* Click OK

3.2 Configuration of RADIUS for Accounting.

* Go to the Services menu, select AAA Servers, then click Create New.

!\[Image containing screenshot

Automatically generated description]\(<../.gitbook/assets/4 (1).png>)

* Name : enter a RADIUS Accounting name
* Type : select RADIUS Accounting
* IP Address\* : 137.184.xxx.xxx
* Port\* : 1813
* Shared Secret : the RADIUS Server secret (see the email sent by the system)
* Click OK

4\. Configuring Hotspot Service

!\[Image containing screenshot

Automatically generated description]\(<../.gitbook/assets/5 (1).png>)

* Go to the Services menu, select Hotspot Services, then click Create New.

**Tab General**

![](https://2507662344-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDBkKbWLZfasd8l3v8ndZ%2Fuploads%2Fgit-blob-42a821c5f0b95ea8ad9082203b91444e82f6e026%2F6.png?alt=media)

* Name : enter a Hotspot Profile name
* WISPr Smart Client Support : None
* Login Page : enter URL [https://yourdomain.seara-portal.net/app/portal/login](https://demo.seara-portal.net/login)
* Redirect : enter URL [https://yourdomain.seara-portal.net/app/portal/welcome](https://demo.seara-portal.net/welcome)

**Tab Authentication**

<figure><img src="https://2507662344-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDBkKbWLZfasd8l3v8ndZ%2Fuploads%2Fgit-blob-23f46619ac49c640e486611e2a82bc3adc44a7b0%2FScreenshot%202022-12-07%20at%2010.36.52.png?alt=media" alt=""><figcaption></figcaption></figure>

* Authentication Server : select the RADIUS Server profile you created
* Accounting Server : select the RADIUS Accounting profile you created
* Location ID : enter the MAC Address of the AP device acting as the Controller (Seara will use this reference when adding the NAS to the system)

**Tab Walled Garden**

<figure><img src="https://2507662344-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDBkKbWLZfasd8l3v8ndZ%2Fuploads%2Fgit-blob-32515cb04e2d59f8db742b0b6ec8a33c64f2e054%2FScreenshot%202022-12-07%20at%2010.41.23.png?alt=media" alt=""><figcaption></figcaption></figure>

Add the Walled Garden URLs as listed below.

4\. Configuring WLAN

\- Create the Wi-Fi SSID.

!\[Image containing screenshot

Automatically generated description]\(<../.gitbook/assets/9 (1).png>)

* Go to the WiFi Network menu.
* Select Create.

![](https://2507662344-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDBkKbWLZfasd8l3v8ndZ%2Fuploads%2Fgit-blob-0c30a77f5271d946833925e6a0990c293d873efb%2F10%20\(2\).png?alt=media)

* Name : enter the SSID (must match the Hotspot Profile on the Seara Admin web)
* Usage Type : select Hotspot Service
* Authentication Method : Open
* Encryption Method : None
* Hotspot Services : select the Hotspot profile you created (Seara-Ruckus)
* Click OK

5\. [Add the Ruckus Unleashed device to Seara Cloud](https://manual.seara.biz/site-management/site-management-1#access-point) and [link the created SSID to the Hotspot Profile](https://manual.seara.biz/site-management/hotspot-management#hotspot-profile)


---

# 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/connect-to-seara-with/ruckus-unleashed.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.
