> For the complete documentation index, see [llms.txt](https://rejuvenate.gitbook.io/witcheronline/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rejuvenate.gitbook.io/witcheronline/general-information/commands/server-console.md).

# Server Console

Below is a list of commands you can use in the server's console while the server is running.

<table data-full-width="true"><thead><tr><th width="172">Command</th><th width="120">Parameter</th><th width="404">Description</th><th>Example</th></tr></thead><tbody><tr><td>whitelist</td><td>on|off</td><td>Enable or disable the whitelist</td><td>whitelist on</td></tr><tr><td>whitelist</td><td>&#x3C;ip></td><td>Add an IP address to the whitelist</td><td>whitelist 123.123.123.123</td></tr><tr><td>whitelist remove</td><td>&#x3C;ip></td><td>Remove an IP address from the whitelist</td><td>whitelist remove 123.123.123.123</td></tr><tr><td>kick</td><td>&#x3C;id|name></td><td>Kick a player from the server</td><td>kick rejuvenate</td></tr><tr><td>ban</td><td>&#x3C;id|name|ip></td><td>Ban a player from the server, they won't be able to join again</td><td>ban rejuvenate</td></tr><tr><td>unban</td><td>&#x3C;ip></td><td>Unban a player from the server</td><td>unban rejuvenate</td></tr><tr><td>list</td><td></td><td>List all actively connected players and display information about them</td><td>list</td></tr><tr><td>about</td><td></td><td>Display information about Witcher Online</td><td>about</td></tr><tr><td>stop</td><td></td><td>Stop the server</td><td>stop</td></tr><tr><td>help</td><td></td><td>Show the help menu</td><td>help</td></tr></tbody></table>

Enable/disable the whitelist in `server.properties`

Whitelisted IP addresses are stored in `whitelisted-players.json`&#x20;

Banned IP addresses are stored in `banned-players.json`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://rejuvenate.gitbook.io/witcheronline/general-information/commands/server-console.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
