Network Configuration
Wings creates and manages a dedicated Docker network for game server containers. This network is created automatically if it doesn’t exist.Basic Network Settings
name:pterodactyl_nwdriver:bridgenetwork_mode:pterodactyl_nw
Network Interface
172.18.0.1
The interface address used to create the network. Must not conflict with other Docker networks or system interfaces.
DNS Settings
["1.1.1.1", "1.0.0.1"] (Cloudflare DNS)
DNS servers used by containers.
Network Interfaces (IPv4/IPv6)
subnet:172.18.0.0/16gateway:172.18.0.1
subnet:fdba:17c8:6c94::/64gateway:fdba:17c8:6c94::1011
Advanced Network Options
ispn:falseis_internal:false- Whether the network is internal (no external access)enable_icc:true- Enable Inter-Container Communicationnetwork_mtu:1500- Maximum Transmission Unit size
Container Configuration
Domain Name
Tmpfs Size
100 MB
Size of the /tmp directory mounted into containers. Uses host system memory.
Container PID Limit
512
Maximum number of processes that can be active in a container simultaneously.
This is a security feature to prevent malicious processes from exhausting host PIDs in shared-hosting environments.
User Namespace Mode
- Empty string - Use daemon’s user namespace remapping configuration
host- Disable user namespace remapping for Pterodactyl containers
Installer Limits
memory:1024MBcpu:100(100% of one core)
Memory Overhead
override:falsedefault_multiplier:1.05(5% overhead)
Default Multipliers (when override is false)
- Memory ≤ 2048 MB: 1.15 (15% overhead)
- Memory ≤ 4096 MB: 1.10 (10% overhead)
- Memory > 4096 MB: 1.05 (5% overhead)
Custom Multipliers
To define custom overhead multipliers:Container Logging
type:localmax-size:5m(5 megabytes)max-file:1(keep 1 log file)compress:falsemode:non-blocking
local- Docker’s local logging driver (recommended)json-file- JSON file loggingnone- Disable loggingsyslog- Syslog loggingjournald- Systemd journal logging
Registry Authentication
Performance Optimization
Performant Inspect
true
Enables optimized container inspection. Generally should be left enabled.
