Accessing Your Servers¶
Connect to your Muppy instance at its own URL — on the hosted service, that is
https://{your_code}.muppy.io.
Finding a server¶
Each kind of server has its own menu under Muppy / Applications: Development Servers, Test Servers, Demo Servers, Staging Servers, Production Servers.
The Development Servers list opens on the non-production servers by default. Remove the filter to see all of them.
Click a server to open its form.
Opening the server¶
The button box at the top of the form is where every destination lives. Depending on how the server is configured, you will find:
| Button | Opens |
|---|---|
| SSH as Control User | An SSH session as the control user. |
| SSH as Owner | An SSH session as the server's owner. |
| Open Repository | The git repository the application is built from. |
| Open URL Load_Balanced | The application through its load-balancer URL. |
| Open URL Direct | The application through the first Traefik application declared in the Network tab. |
| Open Code-Server | The web IDE — see Code Server. |
| Open Results | The health-check results, when a health check is attached. |
| Refresh | Re-reads the server's live state. |
A button is hidden when the server has nothing for it to open — no repository URL, no Traefik application, Code-Server not activated.
Tip
The SSH as Control User field on the form holds the full ssh command line, with a
copy-to-clipboard button, if you would rather paste it into your own terminal.