> For the complete documentation index, see [llms.txt](https://rust-console-edition.gitbook.io/community-servers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rust-console-edition.gitbook.io/community-servers/commands/moderation/access-management.md).

# Access Management

<table><thead><tr><th width="113">Auth Tier</th><th width="119">Entry Point</th><th>Command</th><th>Description</th><th width="118">Input Type</th><th width="98">Default</th></tr></thead><tbody><tr><td>4 - Owner</td><td><h2>📟</h2></td><td>global.clearwhitelist</td><td>Clears all players from the saved whitelist.</td><td>none</td><td>N/A</td></tr><tr><td>2 - Mod</td><td><h2>📟</h2></td><td>global.kick</td><td>Kicks the target player from the server.</td><td>"ID"</td><td>N/A</td></tr><tr><td>3 - Admin</td><td><h2>📟</h2></td><td>global.kickall</td><td>Kicks all players from the server.</td><td>none</td><td>N/A</td></tr><tr><td>4 - Owner</td><td><h2>📟</h2></td><td>global.removewhitelist</td><td>Removes the target player from the whitelist.</td><td>"ID"</td><td>N/A</td></tr><tr><td>3 - Admin</td><td><h2>📟</h2></td><td>global.skipqueue</td><td>Allows the target “Gamertag/PSN ID” to skip the queue when the server is full. The player must be in the queue when this command is run for it to function.</td><td>"ID"</td><td>N/A</td></tr><tr><td>3 - Admin</td><td><h2>📟</h2></td><td>global.whitelist</td><td>Displays the current whitelist of the server, if it has been enabled.</td><td>none</td><td>N/A</td></tr><tr><td>4 - Owner</td><td><h2>📟</h2></td><td>global.whitelistid</td><td>Adds the target player to the whitelist.</td><td>"ID"</td><td>N/A</td></tr></tbody></table>
