FAQ
My OS is not listed under /download
!
Open a "General Support" ticket on our Discord Server.
"java.lang.UnsatisfiedLinkError [...] libc.so: cannot open shared object" stacktrace.
There are two ways to fix this:
Custom Docker Image (Recommended if using a Docker-based panel)
We forked the Pterodactyl Docker images and created our own that you can use.
The only difference compared to the default one used by Pterodactyl is a symlink for the C library file (libc.so), you can check it yourself!
To use it, just paste the desired image URL (found on the page linked above) into your server configuration.
In this example, we'll use the Pterodactyl panel:
Let's say I want to use Java 17, so my URL will be ghcr.io/clouds-studios/yolks:java_17
.
On the server tab, under "Docker Image Configuration", in the "Or enter a custom image..." field, I'll paste the previously copied URL. (Example Image)
Server Starter Jar
If you don't use a Docker-based panel or don't want to use the custom Docker image, we have another solution, a bit more complex, but still viable.
Just download our Server Starter.jar and place it in your root folder (the folder containing the main Jar file), then start it instead of the main server Jar.
If you want to change the command the starter uses to launch the server, you can do so via the config file it generates: server_starter.yml
.
Didn't work?
Open a "Bug Report" ticket on our Discord Server.