Skip to content

A web remote for your minecraft server. Just host the site on vercel, setup the bash script and let your friends start your self-hosted minecraft server with a single button click!

Notifications You must be signed in to change notification settings

sleepingzzs/mcServerRemote

Repository files navigation

What does it do?

  • Creates a web interface for your friends from anywhere in the world to start up your locally hosted minecraft server.

How to set it up?

  • Host this Next.js app on any hosting site.
  • Set up environment variables
NEXT_PUBLIC_IP=[your minecraft server ip]
NEXT_PUBLIC_KEY=[your key to start the server]
NEXT_PUBLIC_PORT=[your minecraft server port]
NEXT_PUBLIC_NAME=[name of your server]
  • Download the bash script from the releases. Make sure to follow the instructions written there.
  • Set up the script to always run in the background

How does it work?

  • Figure it out yourself. I've already typed a lot today.

Screenshots

image image image

About

A web remote for your minecraft server. Just host the site on vercel, setup the bash script and let your friends start your self-hosted minecraft server with a single button click!

Resources

Stars

Watchers

Forks