Timestamps: 0:00 - Introduction & Overview 0:10 - Why Use Linux for a Minecraft Server? 0:42 - Hardware Requirements for Minecraft Servers 1:26 - Setting Up a Virtual Machine for Minecraft 1:58 - Proxmox Virtual Machine Setup 2:37 - Choosing the Right Ubuntu ISO Version 3:04 - Configuring Virtual Machine Settings 4:00 - Network Setup & IP Address Details 5:00 - Installing Ubuntu Server on the Virtual Machine 7:00 - Disk Partitioning and Encryption Setup 9:15 - Creating the User and Setting the Hostname 10:05 - Enabling SSH Access for Remote Management 10:55 - Installing Docker for Minecraft 12:05 - Accessing the Virtual Machine via SSH 13:40 - Setting Up Docker Permissions and Groups 16:00 - Creating a Docker Compose File for Minecraft 17:30 - Configuring Environment Variables for the Server 19:00 - Setting Up Ports, Memory, and White List 20:00 - Docker Compose Setup and Starting the Server 22:10 - Checking Server Logs and Testing Minecraft Connection 23:50 - Running the Minecraft Client on Linux 24:45 - Adding Yourself as Admin (OP) on the Server 25:35 - Managing the Server via Docker & Command Line 26:45 - Future Customization and Configuration Tips
@gargoyled_drake17 күн бұрын
Right. So a bunch of steps that is more in depth with virtual machines Rather than actual setting up a minecraft server in 2024 with the current Java situation and Mojang using experimental versions of Java. Making it impossible for users to actually decompile their server files when dowloaded.
@Jarvis694207 ай бұрын
This has to be the best video I have seen! The composition is excellent as well as the editing and the steps themselves. LinuxBTW has to be the pinnacle of epicness!
@Krafting7 ай бұрын
Crafty Controller is really cool too and easy to install, and it allows you to create more Minecraft servers on the same machine!
@cosnovaeАй бұрын
20:55 - How did you stop editing the yml file and start typing the command?
@levindrave25 күн бұрын
press the esc key and then type :w
@rekt_gg9 күн бұрын
how would i add more people to the whitelist at 20:51 ? would it be "usernamex, usernamey"?
@BlastedMC16 күн бұрын
12:56 you can also just use CMD or Terminal on Windows, I personally use terminal
@tamasbotondlaszlo390316 күн бұрын
Can I use it with T launcher
@shenkayАй бұрын
This is a GREAT video, thanks a lot for this. all I needed in 1 video. Excellent content.
@winddancer772 күн бұрын
thanks so much for this comprehensive guide! is there a reason you chose a VM over a Container? Just starting with proxmox and want to learn! ;)
@iTzMeGoose3 ай бұрын
Super helpful and very easy to follow i cant wait to see what else i can do with my first mc serve
@MrAugustoTr5 ай бұрын
how can i add a admin panel like online hosting services ?
@dxrkware2 ай бұрын
Thanks bro, using my PS4 now!
@itcloudguy7 ай бұрын
This is the most incredible video I've ever seen in my life! Because I love virtual machines, I love Linux, I love Docker and Kubernetes, I love Minecraft! And I love your channel forever! You made me happy in this world happy FOREVER! Thank you so much! You're AWESOME!!! You show everything, you explain everything, you show every important moments during installation. I do not know what to tell you. I have no words! You are incredible!
@Florida_boy5 ай бұрын
Do you know how I would reset the world? My seed sucked and I want to refresh for a better one.
@michaellopez368120 күн бұрын
I want to run a server with ~110 mods, I have a PC with 16 cores and 32GB RAM. Would I assign each VM with 1 core? or 2 cores and assign the server 1 core and another core for all the other processes outside of minecraft?
@iFixJapan2 ай бұрын
Thanks bro very usefull informations,,
@begineizerАй бұрын
Unfortunately, couldn't get passed the "Setting up Docker permissions and groups" part. Tried 3 times from scratch in Proxmox VM, always stuck same place, getting an error.
@PhillipRapp1Ай бұрын
What error are you getting?
@bacconbaccon4851Ай бұрын
If I’m already running Ubuntu operating system should I run a virtual machine?
@levindrave25 күн бұрын
there is no need
@EvaristeGwanulagaАй бұрын
would this work on a linux container? or ubuntu server vm is a must?
@levindrave25 күн бұрын
should work in a container
@adifoto63625 ай бұрын
that's grate, exactly what i need it. thanks
@thefirstadventure18514 ай бұрын
so if i understand i need a separate drive or ssd to host it on?
@danielstellmon53303 ай бұрын
You do not need a separate HDD.
@justinzeiter40642 ай бұрын
not really you can just leave out the ubuntu server download part
@dravenm43 ай бұрын
"docker compose up -d" does nothing but give me a menu
@justinzeiter40642 ай бұрын
youve probably written something wrong in the docker-compose.yml file
@paycraft81745 ай бұрын
hey i tried doing that but now none of my friends can joing any ideas how to fix that?
@danielstellmon53303 ай бұрын
You will need to be on the same network, or have a host domain set up. Setting up a domain is outside the scope of this video.
@nobo49605 ай бұрын
how do i go back and edit the yml file?
@danielstellmon53303 ай бұрын
You will need to find the file, then open it in a text editor like notepad, nano, vscode, etc.