> For the complete documentation index, see [llms.txt](https://help.novacuraflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.novacuraflow.com/6.11/security/server/security-settings.md).

# Security settings

## Accessing server security settings

Currently, server security settings are accessed and modified through editing the **Web.config** file in the Flow Server installation directory. Any changes saved to this file will cause the Flow Server to restart automatically, ensuring that changes take effect immediately.

{% hint style="warning" %}
Always make a back-up copy of the Web.config file *outside of* the Flow Server installation directory before making any changes to the configuration.
{% endhint %}

## Limiting WAN access to studio functionality

For Flow Server installations that are available on a public IP address, it advisable to turn off access to the Flow Studio APIs. This means that only end-users will be able to connect to the Flow server using non-LAN IP addresses. For access using the Flow studio, only LAN IP addresses are allowed.

To disable WAN Access to studio functionality, navigate to the Web.config file in the Flow server installation directory, then find the configuration key marked **blockStudioIfOutsideLocalNet** and change the value to **true**.

```markup
<add key="blockStudioIfOutsideLocalNet" value="true"/>
```

It is possible to configure a set of excepted host names, which will be allowed even if WAN Access is blocked. To configure such exceptions, add the excepted host names as a comma-separated list in the **blockStudioIfOutsideLocalNetExcept** configuration key.


---

# 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:

```
GET https://help.novacuraflow.com/6.11/security/server/security-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
