๐Ÿ“ Module 9 Quiz: Deployment Patterns

7 questions ยท Passing score: 70%

1 What is the minimum Node.js version required to run OpenClaw?
2 You deploy OpenClaw on a Linux VPS with a user-level systemd service. You reboot the server and the Gateway doesn't start. What's the most likely cause?
3 Why does the OpenClaw Docker image bind port 18789 to 127.0.0.1 by default, not 0.0.0.0?
4 You're setting up Telegram webhooks on your VPS and the webhook registration fails. What does Telegram require that long polling doesn't?
5 What is the critical difference between Docker volume mounts and named volumes when deploying OpenClaw?
6 You configure your nginx reverse proxy but the OpenClaw Control UI connects and then immediately disconnects. What's the most likely missing nginx config?
7 What does Tailscale's 'enable-linger' equivalent solve when used with OpenClaw on a VPS?