DEV Community

Cover image for I Built an Open-Source Hosting Control Panel in Laravel (Meet Laranode)
Alex Crivion
Alex Crivion

Posted on

I Built an Open-Source Hosting Control Panel in Laravel (Meet Laranode)

Hey everyone ๐Ÿ‘‹

Iโ€™m excited (and a bit nervous) to share something Iโ€™ve been working on for a while โ€” Laranode, an open-source hosting control panel for your VPS, built entirely in Laravel & InertiaJS.

You can think of it as a simple, developer-friendly way to manage your web server without dealing with endless configs or expensive licenses.

๐Ÿ‘‰ https://laranode.com

๐Ÿ’ป https://github.com/crivion/laranode

Why I built it

Iโ€™ve always loved building things that give people more control over their tools.
When managing my own VPS, I found most panels either too heavy, too expensive, using non-popular stacks or just overcomplicated for simple hosting setups.

So I thought โ€” what if there was a lightweight, open-source control panel built with Laravel that anyone could install and use in minutes?
Thatโ€™s how Laranode was born.

Whatโ€™s inside Laranode v1

This first release focuses on simplicity and core functionality โ€” just enough to make your VPS a fully managed web server.

Hereโ€™s what you get out of the box:
โœ… Multi-account support (admins & users)
โœ… Website and file management
โœ… One-click SSL with Letโ€™s Encrypt
โœ… Real-time CPU, RAM, and network stats
โœ… Manage Apache, MySQL, PHP, and firewall
โœ… Clean and minimal web interface

Built with Laravel

Laranode is powered by Laravel, with a focus on clean structure, maintainability, and speed.
I wanted it to feel familiar for Laravel developers who might want to contribute, extend, or even fork it for their own projects.

Everything โ€” from the web-based file manager to live stats โ€” was built from scratch using Laravelโ€™s ecosystem and modern frontend tools.

Whatโ€™s next

This is just v1, but Iโ€™m already working on:

Backup manager

PHP version manager

Improved real-time stats

More automation for server setup

The idea is to keep it simple โ€” no bloat, no unnecessary features, just tools that make managing a VPS feel effortless.

How you can help

If you like the project:
โญ Star it on GitHub โ€” that helps more people discover it
๐Ÿ’ฌ Share feedback or ideas for what youโ€™d love to see next
๐Ÿง‘โ€๐Ÿ’ป Contributions are welcome!

๐Ÿ‘‰ https://github.com/crivion/laranode

Final thoughts

Building Laranode as a solo dev has been a wild but rewarding journey.
If it helps even a few developers self-host their projects more easily, itโ€™s already worth it.

Thanks for reading โ€” and Iโ€™d love to hear your thoughts! ๐Ÿ™Œ

Top comments (0)