> For the complete documentation index, see [llms.txt](https://wiki.staffplusplus.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.staffplusplus.org/web-platform/register-players.md).

# Register Players

You can let players link their Staff++ web platform account with your server group.\
To do so you need to setup "**webui"** module of the plugin.

### Configuration

Inside the config.yml

```yaml
webui-module:
    enabled: true
    # Don't change this
    host: https://web.staffplusplus.org
    # The role the member will get when registering
    role: MEMBER
    # Application key, can be found on your admin panel 
    application-key: 
```

Set enabled to **true** and fill in your application-key. The application key can be found on the "general settings" page of your application

![](/files/-M_bPHjBXbSJEXngpHIr)

### Commands

| Command   | Description                                                                             |
| --------- | --------------------------------------------------------------------------------------- |
| /register | Generate a registration url which can be used to register your user to the server group |

### Permissions

| Permission           | Description                      |
| -------------------- | -------------------------------- |
| staff.webui.register | Allow using the register command |
