17 lines
359 B
Markdown
Raw Normal View History

2024-05-18 00:11:23 +02:00
# References
- https://openvpn.net/as-docs/docker.html
# Notes
Default username is `openvpn`.
2024-05-18 00:25:37 +02:00
The password is auto-generated and displayed in container logs. Inspect the logs until you find the line `Auto-generated pass = "<password>"`.
For example:
````
docker compose logs -f | grep pass
````
2024-05-18 00:11:23 +02:00
2024-05-18 00:22:57 +02:00
Admin web UI is accessible at `https://<IP>:943/admin`.