this post was submitted on 30 Jun 2025
34 points (90.5% liked)

Selfhosted

48844 readers
1066 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

so i have the server i need and everything but it all comes crashing down with pterodactyl as I don't know much on it can someone help or guide me please

all 32 comments
sorted by: hot top controversial new old
[–] Oisann@lemmy.world 1 points 15 minutes ago

good news i fixed all the errors right now i am just making a map for my server if anyone is interested when its ready I can put the IP here if you guys wanna try it out

[–] MangoPenguin@piefed.social 3 points 7 hours ago* (last edited 7 hours ago)

What errors are you getting? Can't do much without knowing something about why it's not starting up or is crashing once running.

Tons of comments telling OP to do it differently and almost none actually offering help lol

[–] xavier666@lemmy.umucat.day 3 points 9 hours ago (1 children)

I just use docker compose to manage my mc server.

All from the terminal but works very nice.

I need to move mine, my current solution kinda sucks.

[–] irmadlad@lemmy.world 1 points 8 hours ago* (last edited 8 hours ago) (1 children)

OP, you bring back memories. I had an absolute blast running my server. Now, I had mine set up on a baremetal VPS with some balls because I was running a lot of add-ons and shaders. Good luck with your project. Minecraft, to me, is a bit more than just a game when you get into the guts of it.

https://i.imgur.com/CjFbFuM.png

https://i.imgur.com/mNBJC51.png

https://i.imgur.com/JMZLm5t.png

[–] AngryCommieKender@lemmy.world 2 points 7 hours ago (1 children)

You'd enjoy Vintage Story. It started as the Vintage Craft mod, but it got too big for MC. Still in early access, but already a great game, with a built in modding API

[–] irmadlad@lemmy.world 2 points 6 hours ago

I'm sure I'd dig it. Alas, my seizure condition now won't let me play moving graphics games. It can/does induce a seizure, which chaps my ass something fierce because there are a lot of kick ass games I'd like to try. Those graphics on Vintage Story look very nice.

[–] jws_shadotak@sh.itjust.works 20 points 20 hours ago (5 children)

Does it have to be pterodactyl? I have two servers set up with Docker and they were very easy to set up.

I use this: https://github.com/itzg/docker-minecraft-server

[–] doodledup@lemmy.world 5 points 12 hours ago

If you're a beginner use Pufferpanel. Pterodactyl is a nightmare to setup and maintain.

[–] Oisann@lemmy.world 3 points 17 hours ago

well using a web gui it'll make it easier for me to control the files and etc

[–] Voroxpete@sh.itjust.works 4 points 20 hours ago

Seconding this. Itzg's server is so easy, I taught my 15 year old niece to run one.

[–] Tolookah@discuss.tchncs.de 3 points 20 hours ago

Itgz has Java and Bedrock variants, and there are a few useful helper tools out there for bedrock.

[–] HelloRoot@lemy.lol 11 points 20 hours ago (2 children)

Sounds like you are in head over heels.

Pterodactyl has a discord, why don't you go there for dedicated support?

Regardless of where you ask - if you want help you should provide detailed information. Tell exactly what commands you entered, from start to finish, not skipping anything and provide the outputs that you've gotten, especially the errors.

[–] Oisann@lemmy.world 1 points 15 hours ago (2 children)

well i've downloaded the panel and wings now I have a domain I bought from cloudfare but after that I don't know what else to do

[–] HelloRoot@lemy.lol 3 points 14 hours ago* (last edited 14 hours ago) (1 children)

You can not run pterodactyl on cloudflare.

For pterodactyl or any gaming server, you need a real server with a real operating system that you get full control over.

Instead look for cheap VPS options in your country. Make sure their specs are good enough for a minecraft server. It will cost ~ 5-10$ per month. Then:

  • Point the domain from cloudflare to that VPS by changing the dns records in cloudflare

  • Install some linux on it like debian.

  • Get into that linux by using ssh.

  • Then follow the installation instructions on the pterodactyl website. https://pterodactyl.io/panel/1.0/getting_started.html

[–] Oisann@lemmy.world 2 points 13 hours ago (1 children)

do you have discord by chance sorry for asking just so I can ask stuff and I already have an ubuntu server setup isn't that like an vps already

[–] HelloRoot@lemy.lol 3 points 13 hours ago* (last edited 13 hours ago) (1 children)

If you already have a server then follow the installation instructions on the pterodactyl website. https://pterodactyl.io/panel/1.0/getting_started.html

Then if some step goes wrong:

if you want help you should provide detailed information. Tell exactly what commands you entered, from start to finish, not skipping anything and provide the outputs that you’ve gotten, especially the errors.

The pterodactyl discord will probably be more helpful there.

[–] Oisann@lemmy.world 3 points 8 hours ago (1 children)

good news got to work and all just one issue I am having is I can't connect to it for some reason from my PC although its all working

[–] WhyJiffie@sh.itjust.works 1 points 6 hours ago

how do you know it's working if you can't connect?

if you run the server on your computer, did you set up the port forwarding? does it work if you just connect to localhost, or the local ip of that computer?

[–] swab148@lemmy.dbzer0.com 2 points 14 hours ago

Gotta set up DNS to point to your server, here's a quick guide on how to accomplish this, but cloudflare might have their own guide that would be more specific to your platform.

[–] doodledup@lemmy.world 1 points 12 hours ago

Pufferpanel is an alternative to Pterodactyl. So it Pelican Panel. I'd use Pufferpanel for easier setup maintenance.

[–] LostXOR@fedia.io 7 points 20 hours ago (1 children)

I've always just run the server directly from the JAR in a screen session. If you're just running a simple server and don't need the features of Pterodactyl it's definitely the easiest option. Just download the JAR from Minecraft's website to a new directory, and run with java -Xmx4G -Xms4G -jar minecraft_server.1.21.6.jar nogui (The page says 1 gig of RAM, but I'd recommend more if you have it available).

[–] xavier666@lemmy.umucat.day 3 points 7 hours ago (1 children)
[–] LostXOR@fedia.io 1 points 6 hours ago

Either works fine; I just use screen out of habit lol.

[–] schizanon@lemmy.world 5 points 22 hours ago (1 children)
[–] Oisann@lemmy.world 4 points 22 hours ago

a server game management panel

[–] poVoq@slrpnk.net -2 points 16 hours ago (1 children)
[–] doodledup@lemmy.world 1 points 12 hours ago

There is no competition to Minecraft.

[–] some_guy@lemmy.sdf.org -2 points 21 hours ago
[–] Darkcoffee@sh.itjust.works 0 points 22 hours ago

I would also like to know, I'm on Linux.