> For the complete documentation index, see [llms.txt](https://docs.sonoransoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonoransoftware.com/cms/integration-capabilities/sonoran-shield.md).

# Sonoran Shield

Manage your Sonoran Server's network protection, right from the CMS!

<figure><img src="https://3006847189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MdBOa9OFjtdqw9FdXli%2Fuploads%2Fgit-blob-72bda6fd077eb67375992c95a7e26ab007491f13%2Fimage.png?alt=media" alt=""><figcaption><p>Sonoran CMS x Sonoran Servers - Shield</p></figcaption></figure>

## Linking your Sonoran Server

Once you have purchased a [VPS or Dedicated server from Sonoran Servers](https://sonoranservers.com/):

In the `Admin` panel, navigate to `Integrations` > `Sonoran Shield` > `Link Your Server`

Enter in your Sonoran Servers login credentials.

## Configuring your Shield

It is **recommended** to do the following in order to stop network attacks with Sonoran Shield:

1. Block all unused ports using a "block-all" rule
2. Allow traffic to used ports, allowing all traffic to ports used by your users and whitelisting specific IPs for management ports (such as Remote Desktop or SSH ports)
3. Apply Application Filtering rules to all ports that are open based on their specific application

The following linked guides walk you through how to complete each of the above steps:

* [Block unused ports and open required ones](https://info.sonoranservers.com/tutorials/sonoran-shield/firewall-rules)
* [Apply application-specific filters](https://info.sonoranservers.com/tutorials/sonoran-shield/application-filters)
* [View your attack history](https://info.sonoranservers.com/tutorials/sonoran-shield/attack-history)

## Sonoran Shield Permissions

CMS allows you to grant shield access to other administrators.

In the [rank manager](/cms/tutorials/user-management/creating-departments.md), their role will need the `Modify Sonoran Shield` permission under the `System` tab.

<figure><img src="https://3006847189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MdBOa9OFjtdqw9FdXli%2Fuploads%2Fgit-blob-b39f53de1b888a7ba18a9304588142ea4fe904fd%2Fimage.png?alt=media" alt="" width="375"><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://docs.sonoransoftware.com/cms/integration-capabilities/sonoran-shield.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.
