#Server creation error

3 messages · Page 1 of 1 (latest)

lost ember
#

creating a server says Could not establish a connection to the machine running this server. Please try again.

maiden crystalBOT
#

@lost ember It looks like you are having issues with connecting to Wings.

Make sure that your wings are running using systemctl status wings and that your Wings ports (by default 8080/2022) are open in your firewall or router. This website can check your ports https://dnschecker.org/port-scanner.php

Browser console errors can also provide additional debugging information. More troubleshooting steps can be found at https://pterodactyl.io/panel/1.0/troubleshooting.html#cannot-connect-to-server-errors

Should the panel and wings be located on the same network, you might experience NAT reflection issues. In that case, type .nat for more information.

lost ember
#

root@ptro:~# systemctl status wings
● wings.service - Pterodactyl Wings Daemon
Loaded: loaded (/etc/systemd/system/wings.service; enabled; preset: enabled)
Active: active (running) since Thu 2025-09-18 00:28:43 CDT; 2min 23s ago
Main PID: 1208 (wings)
Tasks: 7 (limit: 2257)
Memory: 38.6M
CPU: 154ms
CGroup: /system.slice/wings.service
└─1208 /usr/local/bin/wings

Sep 18 00:29:58 ptro wings[1208]: github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
Sep 18 00:29:58 ptro wings[1208]: github.com/gin-gonic/gin@v1.9.1/gin.go:620
Sep 18 00:29:58 ptro wings[1208]: github.com/gin-gonic/gin.(*Engine).ServeHTTP
Sep 18 00:29:58 ptro wings[1208]: github.com/gin-gonic/gin@v1.9.1/gin.go:576
Sep 18 00:29:58 ptro wings[1208]: net/http.serverHandler.ServeHTTP
Sep 18 00:29:58 ptro wings[1208]: net/http/server.go:2938
Sep 18 00:29:58 ptro wings[1208]: net/http.(*conn).serve
Sep 18 00:29:58 ptro wings[1208]: net/http/server.go:2009
Sep 18 00:29:58 ptro wings[1208]: runtime.goexit
Sep 18 00:29:58 ptro wings[1208]: runtime/asm_amd64.s:1650
root@ptro:~#