# OpenVPN

You can connect to your devices from your computer or server using OpenVPN. When connecting to Onomondo through OpenVPN the client's IP will be that of the user, this IP and whether a given user has the correct access can be seen in the Users page.

{% hint style="info" %}
Your user needs to have VPN access which can be granted by owners or admins.
{% endhint %}

To connect you will need:

1. A user with VPN access
2. Having a password configured for said user, if you do not have a password configured you will not be able to connect

Having these things in place you will be able connect using an OpenVPN client of your choice with the following configuration file and authenticating using your email and password.

{% file src="/files/Div1ieui9AkIxlgosjFv" %}

New to OpenVPN? Or simply want further instructions then see the following article.

{% embed url="<https://help.onomondo.com/en/articles/147376-how-do-i-set-up-my-openvpn-client-on-my-computer>" %}

## Access control <a href="#access-control" id="access-control"></a>

Restrictions are applied OpenVPN clients based on the user type and Tags. Owners and admins will have unrestricted access to all SIMs in your organization, whereas members' access will be determined by the Tags assigned to said member—both read and write access grants a member access to a given SIM, direction of traffic is not accounted for.

For a quick reference as to how access control works regarding the OpenVPN realm then see the following table:

| User type | Access to          |
| --------- | ------------------ |
| Owner     | Every SIM          |
| Admin     | Every SIM          |
| Member    | Determined by Tags |


---

# Agent Instructions: 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://docs.onomondo.com/openvpn.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.
