Monal Cloud is operated by Pahadi Research, LLC of Washington (US).

Operations and support

Troubleshooting VM Access

Resolve common SSH and network reachability problems in cloud deployments.

7 min read · Updated 2026-03-19

Prerequisites

  • Instance ID and project context
  • Access to security group and network configuration

Fast triage checklist

Most access incidents are caused by security group rules, missing floating IP associations, or incorrect SSH keys.

  1. Confirm instance is ACTIVE and in the expected project.
  2. Verify floating IP exists and is associated to the correct port.
  3. Verify security group inbound TCP 22 from your source IP.
  4. Validate you are using the matching private key file.

Deep checks

If connectivity still fails, inspect route tables, router gateway state, and instance console logs for cloud-init failures.

Verbose SSH for diagnostics (bash)
ssh -vvv -i ~/.ssh/monal-cloud ubuntu@<floating-ip>