> For the complete documentation index, see [llms.txt](https://wiki.astrawireless.net/astra-wireless-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.astrawireless.net/astra-wireless-documentation/technical-documentation/astra-quanta-technical-user-manual/operation-and-administration/security-settings.md).

# Security settings⁣⁣⁣⁣

The "Security settings" section allows to configure device access and security settings.

### Administrator access <a href="#securitysettings-administratoraccess" id="securitysettings-administratoraccess"></a>

Here you may change system administrator account login and password, to change the identification data, click the "Change admin password" button. We strongly recommend you to set a login and password after the first login to the device.

<figure><img src="/files/UWJOXy1jFqSzgLbKjOsz" alt="" width="524"><figcaption></figcaption></figure>

### Radius AAA <a href="#securitysettings-radiusaaa" id="securitysettings-radiusaaa"></a>

Here you may configure a device access control using a remote RADIUS server.

<table><thead><tr><th width="198">Parameter</th><th>Description</th></tr></thead><tbody><tr><td><strong>Address</strong></td><td>Set the RADIUS server IP address.</td></tr><tr><td><strong>Port</strong></td><td>Set the RADIUS server port.</td></tr><tr><td><strong>Secret</strong></td><td>Set the server password.</td></tr></tbody></table>

<figure><img src="/files/gUIQdR8hhA5shz0vt0jl" alt="" width="437"><figcaption></figcaption></figure>

### Command line interface <a href="#securitysettings-commandlineinterface" id="securitysettings-commandlineinterface"></a>

Allows to enable / disable remote device control by the command line using Telnet and SSH protocols.

SSH (Secure Shell) protocol provides secure remote control to network devices. Its functionality is similar to the Telnet protocol, but, unlike Telnet, SSH encodes all protocol messages, including transmitted passwords. By default, only access via Telnet is enabled.

<figure><img src="/files/5MNJcsUnnCIVWxVzTjHA" alt="" width="496"><figcaption></figcaption></figure>

### Network access whitelist <a href="#securitysettings-networkaccess" id="securitysettings-networkaccess"></a>

This section is used to create a list of subnets from which access to the device will be allowed.

<figure><img src="/files/DGRmPAi9xtv47N2jDDX7" alt="" width="491"><figcaption></figcaption></figure>


---

# 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://wiki.astrawireless.net/astra-wireless-documentation/technical-documentation/astra-quanta-technical-user-manual/operation-and-administration/security-settings.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.
