Skip to content

Commit 9f85090

Browse files
authored
Change game port from 7777 to 8777
The official Astroneer site calls out that dedicated servers need to run on Port 8777, more information can be found here https://blog.astroneer.space/p/astroneer-dedicated-server-details/ I was not able to get the server running myself until I made this correction myself on my own AMP game server. This will help majorly with a ton of people running into these issues as stated in the Astroneer Discord server.
1 parent cab2856 commit 9f85090

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

astroneerports.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"Protocol": "UDP",
4-
"Port": 7777,
4+
"Port": 8777,
55
"Ref": "ApplicationPort1",
66
"Name": "Game Port",
77
"Description": "Port for game traffic"
@@ -13,4 +13,4 @@
1313
"Name": "Console Port",
1414
"Description": "Port for raw TCP socket RCON traffic"
1515
}
16-
]
16+
]

0 commit comments

Comments
 (0)