> For the complete documentation index, see [llms.txt](https://docs.ashhost.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ashhost.in/minecraft/whitelist.md).

# Whitelist

### Manage Whitelist:

When the UUID of the player is known, then the player can also be manually added via whitelist.json. Access and modification can be done through FTP. Here you can find instructions on how to connect via FTP.&#x20;

```
[
  {
    "uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx",
    "name": "Person1"
  },
  {
    "uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx",
    "name": "Person2"
  },
]
```

### Manage Whitelist:

{% code title="whitelist via game panel console" %}

```bash
/whitelist add person1
/whitelist remove person2
```

{% endcode %}
