Skip to main content
VPS Hosting provides server-level control. The customer is responsible for security and maintenance unless a managed agreement states otherwise.
Retrieve the credentials from the protected service page and redact them in documentation screenshots.

Retrieve the credentials from the protected service page and redact them in documentation screenshots.

Connect through SSH

A successful SSH session should show only non-sensitive system information.

A successful SSH session should show only non-sensitive system information.

Initial security

Add an SSH public key for the non-root user, confirm key login, then reduce password and root-login exposure according to the server policy.

Node.js with PM2

Configure Nginx as a reverse proxy to the local application port and obtain HTTPS after DNS points to the server.

Docker Compose

Install Docker from its official repository, deploy a reviewed Compose file, store secrets outside source control, and configure restart policies and backups.

Maintenance checklist

  • Apply operating-system updates.
  • Back up application data and databases.
  • Monitor disk, memory, load, and certificate renewal.
  • Restrict firewall ports.
  • Rotate credentials after team changes.