Get Started
Use the dashboard when you want the fastest path to a shell, a hostname, and a shareable URL.
Open the dashboard
Go to app.psilon.dev and sign in with the account your operator gave you. After sign-in, the VMs view shows your available workspaces.
Open a shell
From the VMs view, choose a workspace and click Open Terminal. The browser terminal is enough for most setup work and does not require local SSH configuration.
Add SSH access
For regular local terminal use, open Profile, add your SSH public key, then connect with:
ssh <name>.psilon.devReplace <name> with the hostname shown in the dashboard.
Run and share a web app
Start your app inside the workspace and listen on port 80. Then use Share in the dashboard to create a public URL. Copy the link from the dashboard when you need to send it to someone else.
Public share URLs are reachable by anyone with the link while sharing is active.