Skip to content

Commit 971b99f

Browse files
authored
Merge pull request #29 from anyvm-org/dev
minor
2 parents 8b05e6e + ae0c1c8 commit 971b99f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ AnyVM includes a built-in, premium VNC Web UI that allows you to access the VM's
140140
- **Fullscreen**: Toggle fullscreen mode for an immersive experience.
141141
- **Stats**: Real-time FPS and latency monitoring.
142142
- **Accessibility**: Available at `http://localhost:6080` by default. If the port is occupied, AnyVM will automatically try the next available port (e.g., 6081, 6082).
143-
- **Security**: Protect your VNC session with `--vnc-password <pwd>`. When set, the browser will prompt for credentials when accessing the Web UI.
143+
- **Security**: Protect your VNC session with `--vnc-password <pwd>`. When set, the browser will prompt for credentials when accessing the Web UI. (Note: The **username can be anything**, but the **password must be correct**).
144144
- **Remote Access**: Use `--remote-vnc` to automatically create a public, secure tunnel (via Cloudflare, Localhost.run, Pinggy, or Serveo) to access your VM's display from anywhere in the world. (In Google Cloud Shell, this is enabled by default; use `--remote-vnc no` to disable).
145145

146146
## 9. CLI options (with examples)
@@ -238,7 +238,7 @@ All examples below use `python3 anyvm.py ...`. You can also run `python3 anyvm.p
238238
- **VNC Web UI**: Enabled by default starting at port `6080` (auto-increments if busy). Use `--vnc off` to disable.
239239
- Example: `python3 anyvm.py --os freebsd --vnc 0`
240240

241-
- `--vnc-password <pwd>`: Set a password for the VNC Web UI. Empty or omitted means no password.
241+
- `--vnc-password <pwd>`: Set a password for the VNC Web UI. Empty or omitted means no password. (Note: On the login page, the **username can be anything**, but the **password must be correct**).
242242
- Example: `python3 anyvm.py --os freebsd --vnc-password mysecret`
243243

244244
- `--remote-vnc`: Create a public tunnel for the VNC Web UI using Cloudflare, Localhost.run, Pinggy, or Serveo.

0 commit comments

Comments
 (0)