Icon of Arcane app on Umbrel App Store

Arcane

An easy and modern Docker management platform

Arcane

Open App Store on your umbrelOS device to install this app
Screenshot 1 of Arcane app on Umbrel App Store
Screenshot 2 of Arcane app on Umbrel App Store
Screenshot 3 of Arcane app on Umbrel App Store
Screenshot 4 of Arcane app on Umbrel App Store
Screenshot 5 of Arcane app on Umbrel App Store
About this app

⚠️ Make sure to only use named Docker volumes for your containers and projects. Data in bind-mounted volumes will be lost when the Arcane app is restarted or updated.

⚠️ Watch out for port conflicts between your custom Docker containers and your umbrelOS apps.

Arcane is a powerful and modern container management platform designed to simplify the way developers interact with Docker environments. It provides a seamless and visually appealing interface that brings all aspects of container management together in one place. Users can create, start, stop, and inspect containers, explore networks, manage images, and handle volumes with precision and control.

Beyond basic management, Arcane enhances productivity by offering integrated tools that developers typically rely on during their daily workflows. Its built-in terminal allows direct interaction with running containers, while the embedded code editor enables quick configuration or script adjustments without switching to external applications. Real-time system insights and detailed logging give users a clear view of their infrastructure’s performance and resource usage.

The platform is designed to bridge the gap between simplicity and advanced control. It combines a clean, modern design with powerful backend capabilities, making it equally suitable for developers experimenting locally and professionals managing larger setups. With Arcane, managing containers feels more like using a well-crafted development environment than an administrative dashboard, allowing users to focus on building and running applications instead of dealing with complex Docker commands.

🧩 Arcane on Umbrel is designed for advanced users who want complete control over their containers. Follow these recommendations to ensure a reliable and stable experience.

  1. Persistent data: Always use named Docker volumes for your containers and projects. Any data stored in bind mounts will be lost when the Arcane app is updated or restarted.

  2. Port usage: Be mindful of port conflicts between your containers, Umbrel system services, and other installed or future apps. Assign unique port numbers to prevent conflicts.

  3. Restart behavior: Configure your containers with the restart policy set to unless stopped or always. This ensures they automatically restart after Arcane restarts or updates.

  4. Web access: You can access any container that exposes a web interface at umbrel.local:PORT_NUMBER. For example, if your app runs on port 5050, open http://umbrel.local:5050 in your browser.

Information