> For the complete documentation index, see [llms.txt](https://help.wifibiz.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.wifibiz.net/tham-so-he-thong.md).

# Tham số hệ thống

### 1. Radius Server

* IP: 178.128.51.224
* Secret: Zi0HgArisaKoevwz

### 2. Danh sách các domain sử dụng bởi hệ thống WifiBiz

```
wifibiz.net
api.wifibiz.net
static.wifibiz.net
*.smartwifi.vn
use.fontawesome.com
maxcdn.bootstrapcdn.com
fonts.googleapis.com
```

Các domain này cần được đưa vào danh sách Whitelist hay còn gọi là Walled-Garden khi cài đặt hotspot trên thiết bị.

Đây chính là danh sách các trang web được truy cập miễn phí ngay cả khi chưa đăng nhập wifi.

### 3. Danh sách IP của Facebook

Sử dụng khi cài đặt đăng nhập Wifi bằng tài khoản Facebook. Đây là các IP nên được đưa vào danh sách Whitelist bên cạnh các domain của Facebook.

```
74.119.76.0/22
69.63.176.0/20
66.220.144.0/20
45.64.40.0/22
31.13.64.0/18
31.13.24.0/21
204.15.20.0/22
199.201.64.0/22
173.252.64.0/18
157.240.0.0/16
69.171.224.0/19
103.4.96.0/22
129.134.0.0/16
179.60.192.0/22
185.60.216.0/22

*.facebook.com
*.fb.com
*.facebook.net
*.fbcdn.net
*.akamaihd.net
```


---

# 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://help.wifibiz.net/tham-so-he-thong.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.
