Access Your Applications
Once your applications are installed and running, you’ll need to know how to interact with them. Most containerized apps provide a web interface, while others might be accessed via SSH or custom protocols.
Open Web Interface
- Find your device IP address.
- Open a web browser.
- Navigate to
http://[device-ip]:[port].
For example, if you installed Home Assistant, the URL would be http://[device-ip]:8123.
Note: The default port for Home Assistant is 8123, but check the application manifest if you need to confirm the port.
Finding Application URLs
Check Port Numbers:
View running containers and their names using:
lxc-lsCommon Application Ports:
- Home Assistant: http://[device-ip]: 8123
- Node-RED: http://[device-ip]: 1880
- Grafana: http://[device-ip]: 3000
- Portainer: http://[device-ip]: 9000
Accessing from Different Networks
Local Network Access:
- Use the device IP address directly.
- Access from any device on the same network.
Remote Access:
- For remote access, we recommend using Pantahub, which provides a secure way to manage your devices and access their interfaces from anywhere.
Troubleshooting Access
Can’t Access Application:
- Verify application is running (check with
lxc-ls). - Check firewall settings on your computer.
- Confirm you’re using the correct IP and port.
- Wait for application to fully start (can take 1-2 minutes).
Next Steps
Now that you know how to access your apps, you can:
- Learn how to Configure your application settings to customize them.
- If you’re done, learn how to Remove applications to keep your device clean.
- Explore Building your own Pantavisor images.
