docs: add public-access notes for server deployment

This commit is contained in:
zhayujie
2026-05-25 00:09:52 +08:00
parent 36e1988fee
commit 73bf83d2ff
7 changed files with 19 additions and 5 deletions

View File

@@ -33,6 +33,10 @@ The script automatically performs these steps:
By default, the Web console starts after installation. Access `http://localhost:9899` to begin chatting.
<Note>
**Deploying on a server?** By default `web_host` only listens on `127.0.0.1` (local access only). Set `web_host` to `0.0.0.0` in `config.json` to make the console reachable from outside, and set `web_password` to protect it. Don't forget to open port `9899` in your firewall or security group — ideally restricted to specific IPs.
</Note>
## Management Commands
After installation, use the `cow` command to manage the service: