Hello everyone,
I set up a papermc on a fresh raspberry pi 3 installation. But I can't connect to the server.
I used this easy Installationscript:
wget -O SetupMinecraft.sh https://raw.githubusercontent.com/TheRemote/RaspberryPiMinecraft/master/SetupMinecraft.sh
chmod +x SetupMinecraft.sh
./SetupMinecraft.sh
The start of the server looks pretty good:
The server ist listening to the right port:
pi@mcServer:~ $ netstat -nlat | grep 25565 tcp6 0 0 :::25565 :::* LISTEN
I want to use the server in my local network. But I can't connect to the server in Minecraft. For testing I forwarded the port 25565 to the server.
For testing I tried to connect over local IP and Internet IP.
I don't know how I can fix that. Any tips for me?
Best regards
P.s. sorry for my English. If it's hard to understand I will try the Google translator next time
I set up a papermc on a fresh raspberry pi 3 installation. But I can't connect to the server.
I used this easy Installationscript:
wget -O SetupMinecraft.sh https://raw.githubusercontent.com/TheRemote/RaspberryPiMinecraft/master/SetupMinecraft.sh
chmod +x SetupMinecraft.sh
./SetupMinecraft.sh
The start of the server looks pretty good:

Backing up server (to cd minecraft/backups folder)
./banned-ips.json ./banned-players.json ./bukkit.yml ./commands.yml ./eula.txt ./fixpermissions.sh ./help.yml ./libraries/ ./libraries/net/ ./libraries/net/minecrell/ ./libraries/net/minecrell/terminalconsoleappender/ ./libraries/net/minecrell/terminalconsoleappender/1.3.0/ ./libraries/net/minecr...
rentry.co
The server ist listening to the right port:
pi@mcServer:~ $ netstat -nlat | grep 25565 tcp6 0 0 :::25565 :::* LISTEN
I want to use the server in my local network. But I can't connect to the server in Minecraft. For testing I forwarded the port 25565 to the server.
For testing I tried to connect over local IP and Internet IP.
I don't know how I can fix that. Any tips for me?
Best regards
P.s. sorry for my English. If it's hard to understand I will try the Google translator next time