EN DE
← ← Zurück zur Übersicht

vps-infrastructure

software-development › vps-infrastructure v1.0.0
vps infrastructure ports services iptables deployment

Beschreibung

Manage multi-service VPS infrastructure: port allocation, service lifecycle, iptables port-locking, and conflict prevention on this Hostinger VPS.

Relevanz für unsere Projekte

Multi-Service-VPS-Verwaltung: Port-Zuweisung, Service-Lifecycle, iptables-Port-Sperre und Konfliktprävention.

Ablauf

1🔌 Ports verwalten — Zuweisung, Konfliktprävention, iptables
2📦 Services verwalten — systemd, nginx, docker
3🔄 Lifecycle — Start/Stop/Restart/Enable/Disable
4🛡️ Firewall — ufw, iptables-Regeln
5📊 Monitoring — Logs, Ressourcen, Verfügbarkeit

SKILL.md Preview

# VPS Infrastructure Management

## Overview

This VPS (72.61.120.166 — Hostinger, 16GB RAM, 200GB) runs multiple services
that share ports on the public interface. Without discipline, services collide:
the Hermes Dashboard stole FridgAI's port (8647), the preview gallery conflicts,
and Mission Control can't find its gateway.

This skill defines the **canonical port allocation system** and the procedures
to keep services running without conflicts.

## Port Management System

### The port-manager

← ← Zurück zur Übersicht