# Changing Servers

**You should read this carefully**

you'll need to make a folder in your server like `https://dokkan.xyz/amanvpn`.

In this folder, you must have a json file with ovpn configuration like this :\
`{`&#x20;

`"domain": "https://dokkan.xyz/amanvpn/",` \
`"cites": [`&#x20;

`{` \
`"name": "japan",`&#x20;

`"flag": "japan.png",`&#x20;

`"description": "wwwwwwwwwwwwwwwwwwwww",`&#x20;

`"opvnfile": "Japan.txt",`&#x20;

`"quality": "form 1 to 5",`&#x20;

`"user": "openvpn",`&#x20;

`"pass": "KYlgTgpekIyq"`&#x20;

`},`&#x20;

`{`&#x20;

`"name": "japan",`&#x20;

`"flag": "japan.png",`&#x20;

`"description": "asoasdkm",` \
`"opvnfile": "filejapan.opvn",`&#x20;

`"quality": "form 1 to 5",`&#x20;

`"user": "user",`&#x20;

`"pass": "pass"`&#x20;

`},`&#x20;

`{`&#x20;

`"name": "japan",`&#x20;

`"flag": "japan.png",`&#x20;

`"description": "asoasdkm",`&#x20;

`"opvnfile": "filejapan.opvn",`&#x20;

`"quality": "form 1 to 5",`&#x20;

`"user": "user",`&#x20;

`"pass": "pass"`&#x20;

`},`&#x20;

`{`&#x20;

`"name": "japan",`&#x20;

`"flag": "japan.png",`&#x20;

`"description": "asoasdkm",`&#x20;

`"opvnfile": "filejapan.opvn",` \
`"quality": "form 1 to 5",`&#x20;

`"user": "user",`&#x20;

`"pass": "pass"` \
`},` \
`{`&#x20;

`"name": "japan",`&#x20;

`"flag": "japan.png",`&#x20;

`"description": "asoasdkm",`&#x20;

`"opvnfile": "filejapan.opvn",`&#x20;

`"quality": "form 1 to 5",`&#x20;

`"user": "user",`&#x20;

`"pass": "pass"`&#x20;

`}`

&#x20;`]`

&#x20;`}`

* Domain is the folder PATH that you've created on your own server.
* Cities that you've added to your json file with parameters of name, flag, description, `opvnfile`, quality, user and pass.
* opvnfile is the file that have ovpn configuration of a specific city, and it must be stored in the same directory with json file, in our case here `https://dokkan.xyz/amanvpn` .
* flag also stored in same directory.
* Flutter code read all these data throw file stored in `assets folder` named `url.txt` that have the url of the json file in our case `https://dokkan.xyz/amanvpn/amanvpn.json` .
