# Pterodactyl Allocation Fehler – Port belegt & „No available allocations“

Pterodactyl Allocation Fehler: Port bereits belegt, keine freie Allocation, Server startet nicht – Nodes, Wings & Port-Bereich fixen.

**Kurzantwort:** Allocation-Fehler in Pterodactyl: **neue Ports im Node anlegen**, doppelte Allocations entfernen und **primäre Allocation** im Server prüfen.

**Wenn du hier landest:** „No available allocations“, „Port already in use“ oder Server startet nicht wegen Port-Konflikt.

## Fehler → Lösung

FehlerFix

No available allocationsAdmin → Nodes → Allocations → Ports hinzufügen (z.B. 25565–25600)

Port already allocatedDoppelte Allocation löschen, anderen Port zuweisen

Failed to bind to 0.0.0.0:PORTPort auf Host belegt → `ss -tlnp | grep PORT`

Allocation not assignedServer → Network → Primary Allocation setzen

## Ports prüfen (Root/VPS)

`ss -tlnp | grep 25565
# Prozess killen oder anderen Port in Pterodactyl wählen`
## Weiterführend

- [Pterodactyl Server startet nicht](/de/server-panels/pterodactyl/server-startet-nicht)
- [Wings offline](/de/server-panels/pterodactyl/wings-offline)
- [Pterodactyl installieren](/de/server-panels/pterodactyl/install)
- [Firewall Ports öffnen](/de/root-v-server/firewall-ports)
