Lofingo Cloud Overview
Understand the panel architecture, selected-server model, permissions, and the safest order for configuring a new VPS.
/dashboardLofingo Cloud is a standalone control panel for Ubuntu and Debian VPS machines. It combines server monitoring, file management, Git workflows, deployments, Nginx, domains, SSL, databases, mail, backups, object storage, Docker, and one-click applications in one authenticated dashboard.
How the panel is organized
The browser application sends authenticated requests to the Lofingo API. The API performs local server work through controlled helpers and can perform supported remote operations through the selected server connection. Nginx serves the dashboard and proxies API traffic to the private backend listener.
Selected server context
Most operational pages are scoped to the server selected in the panel. Confirm the active target before changing files, ports, services, domains, databases, or applications. A local target executes work on the panel host; a remote target must use the configured remote connection path supported by that feature.
Admin users can manage configured servers. Other users only receive the servers and operations granted to them. A hidden navigation item is not an authorization boundary: the backend still validates authentication, role, and server access.
Recommended first-run order
Operational safety
Changes on these pages affect a real VPS. Read validation output before retrying an install or config change. Do not expose database, cache, broker, metrics, or administration ports publicly unless the network design requires it. Keep secrets in the panel's protected fields and never paste credentials into deployment logs, Git commits, or public Nginx files.