Installation

Required

  • A web hosting provider or local server.

  • Logo and background image.

  • Already working Minecraft server (for IP).

Download and Setup

1

Download the Files

Create a new folder on your computer (e.g., minecraft-server).

Inside that folder, create following files:

  • index.html (or copy and paste provided file).

  • Replace logo.png with your Minecraft logo image and place it in the same folder.

  • Replace background.png with your chosen image and place it in the same folder.

Additonally you can use image URL as your logo or background.

2

Modify the IP address

  • Open the index.html file and locate the line in the script:

     var ip = "play.yourserver.com"; 
  • Replace "play.yourserver.com" with your actual Minecraft IP address.

3

Upload the Files to Your Hosting Server

  • Using FTP client (like FileZilla), upload the entire folder to your web hosting server.

  • Place the contents in the public folder (often public_html or www).

4

Test the Website

Visit your domain to view your Minecraft server website live. Ensure all the buttons, IP copy, and styling work as expected.

Last updated