Default Credentials
| Field | Value |
|---|---|
| User | root |
| Password | kombisim |
| Port Range | 30000-39999 |
Connecting
Find Your Node’s Port
Each node gets a unique SSH port:Connect via SSH
SSH Config (Recommended)
Add to~/.ssh/config:
SSH Keys
Using Your Own Key
Pre-provisioning Keys
When creating a node, include your public key:File Transfer
SCP
rsync
Port Forwarding
Access services inside nodes:http://localhost:8080 to reach the node’s web server.
Troubleshooting
Connection refused
Connection refused
- Check the node is running:
curl http://localhost:5270/api/v1/nodes - Verify the port: node may be on different port
- Wait a few seconds after node creation
Host key changed
Host key changed
Sim nodes are ephemeral, so host keys change:
