# Admin Setup

**Open your Firebase console and add the new app as a web**

Register app name

<mark style="color:orange;">Click User a \<script> tag</mark>

```
const firebaseConfig = {

    apiKey: "",

    authDomain: "",

    projectId: "",

    storageBucket: "",

    messagingSenderId: "",

    appId: "",

    measurementId: ""

  };
```

## **Open admin project**&#x20;

Open index.html file

<figure><img src="https://content.gitbook.com/content/I8CeRY4YpXOBcTASeqjI/blobs/BBb44LXPssAQx1xXdid2/firebase.json%20-%20orban_vpn_wireguard_admin%20-%20Visual%20Studio%20Code%2021-02-2024%2013_53_38.png" alt=""><figcaption></figcaption></figure>

Open **/lib/main.dart** file

<figure><img src="https://content.gitbook.com/content/I8CeRY4YpXOBcTASeqjI/blobs/x6os8N8q3BIXEDsag1Ta/firebase.json%20-%20orban_vpn_wireguard_admin%20-%20Visual%20Studio%20Code%2021-02-2024%2013_53_19.png" alt=""><figcaption></figcaption></figure>

`Save these files.`
