Skip to main content

NamelessMC

Bloom logo

NamelessMC

What is NamelessMC

NamelessMC is a Free and Open-Source forum software that you can use to supercharge your Minecraft Server!

Installation

note

You will need a Database to use NamelessMC. See this guide if you are not familiar with using a database.

To begin installing NamelessMC, you will need access to a Web Server - we will use CaddyServer for this guide.

After your Caddy server has been set up, Download the latest NamelessMC release from GitHub. Scroll to the bottom of the "Assets" section of the latest release, and download "nameless-deps-dist.zip"

nmc-release-img

From there, open your File Manager for the webserver you just setup. navigate to home/public/, and delete the default file (index.html). After deleting this file, you can upload the zipped folder you just downloaded to this directory.

file-mgr-img

Right-click your newly uploaded zip, and Unarchive it. This will generate a bunch of new files. After this is completed, feel free to delete the zipped folder.

To use your website, you will need a domain, preferably using Bloom's Reverse Proxy

rev-proxy-img

NamelessMC is installed, and you are ready to set it up! Navigate to your domain to begin setting up your website.

Setup

After navigating to your website, you should see this page. Select "New Installation", then "Proceed".

nmc-new-install-img

Your Hostname is the website address you specified earlier.

Friendly URLs removes the extra information from the website link, turning namelessmc.bloom.host/index.php?route=/forum into namelessmc.bloom.host/forum

nmc-gen-cfg-img

info

If you want to use Friendly URLs, see #Friendly URLs

You will need to reference the database you created earlier for the next part. Fill the appropriate information in, and "Proceed".

nmc-db-cfg-img

Site name is the name the website known as. this will show on the site.

Contact Email should be a valid email address that you can be contacted with.

Outgoing Email will be used to send users emails, for notifications or account information.

nmc-cfg-img

This is self-explanatory, you set up the Username, Email Address, and Password for your Administrator account. This account will be the "Owner" of the website.

nmc-cfg-email-img

If this is your first time setting up a forum, and you don't have any data to import, select "No", and then "Finish"

nmc-cvt-img

Congratulations! Your forum now set up, and ready to go! You will be prompted to sign in to your Admin Control Panel after completion. This is the password you set up for your admin account.

Additional Information

Friendly URLs

To use Friendly URL's, navigate to your CaddyServer Configuration (home/caddy/Caddyfile), and uncomment # import namelessmc

    # Uncomment for NamelessMC websites; if Nameless is under a sub directory add route /forum { ... } around the code.
import namelessmc

GitHub

CaddyServer