Why
Use your own hardware — a cloud GPU instance, a local workstation, or a beefy VM — while keeping Alph’s notebook editor, AI assistance, and collaboration features. No compute charges from Alph.Setup
Your notebooks in Alph now execute on your machine’s hardware.
Cloud GPU Examples
Shadeform
Lambda Labs / Vast.ai / RunPod
Same process — SSH in, install the CLI, and connect. Any machine with Python and internet access works.AWS
Local Workstation
Firewall & Port Configuration
The CLI uses a secure outbound tunnel — no inbound ports need to be open for the notebook connection. However, if you want to expose a web app through Alph, make sure:- The
--app-portport (default 5000) is not blocked by your firewall - Your cloud provider’s security group or firewall rules allow the app to bind to
0.0.0.0on that port
What You Get
- Your hardware, Alph’s interface: Edit notebooks in Alph, execute on your GPU
- AI assistance: Cell generation and chat work regardless of where compute runs
- Team access: Collaborators see your notebooks and outputs in Alph
- Web apps: Add
--app-port 5000to expose a web app through Alph’s tunnel - Custom domains: Attach domains through the web UI — no restart needed
Tips
- Use
--tokenfor headless authentication on remote servers - Use
--portto change the JupyterLab server port,--app-portfor the web app port - Use
tmuxorscreento keep the connection alive after disconnecting SSH - The tunnel auto-reconnects on network interruptions