Update remnawave-node.md

This commit is contained in:
Alexey
2025-05-19 11:16:49 +03:00
committed by GitHub
parent 870a8166d4
commit c8918231c1

View File

@@ -146,6 +146,12 @@ Usage in xray config:
}
```
On the server where the panel is hosted, create the folder `/var/lib/remnanode`:
```bash
mkdir -p /var/lib/remnanode
```
Install logrotate (if not already installed):
```bash