By UriSos
I deployed a droplet using the Minecraft: Java Edition Server 1.0 on Ubuntu 18.04 option from the marketplace. The server works (can log in from the game) but I cannot find its folder when connecting to the server either from the console / FileZilla. In addition, if you are familiar with this configuration, a word on how to access the minecraft server console would be appreciated (either it doesn’t have a documentation or I couldn’t find it).
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
Hi @uris125,
The working directory of the minecraft server created from DigitalOcean marketplace can be found in /opt/minecraft.
In the said folder you can find the configuration of the server as well as anything else you might need.
Regards, KFSys
Might be a bit late to respond, but you can access the console by:
su mincraft
To switch to the “minecraft” user
screen
enter screen (lets you have multiple consoles running at the same time)
screen -R
reattaches to the running screen, in this case the console. This page helped me a bit (has the instructions for the above stuff) though I’m still looking for more info: http://johnwiltshire.com/running-a-minecraft-server-on-digitalocean-droplet/
Hope this helps!
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.