Skip to content
Sam edited this page May 22, 2016 · 26 revisions

FAQs

Here you can find a list of frequently asked questions and their answers.


I'm getting a 404 Not Found error whilst trying to install NamelessMC

One possibility is that you've installed NamelessMC within a subdirectory. A requirement for the package to function is that the files are installed directly into your root directory, or you use a subdomain to point to the subdirectory.

If this is not the case, you will need to modify your server configuration to enable the use of .htaccess files and also Apache's mod_rewrite module.

Usually this occurs if you are running Ubuntu, in which case following all steps within this guide should help you out.

Finally, ensure a file named ".htaccess" exists in your web server's root directory containing these rules.


Where can I download the NamelessMC plugin?

The NamelessMC plugin is still a work in progress, and unfortunately there's no estimated completion date as of yet. Once it's ready, there will certainly be an announcement in our Spigot thread.


Nameless won't send emails to users

Nameless will try to use PHP's mail function by default, however if this doesn't work there are a few alternatives available.

The first is to install sendmail (for example, sudo apt-get install sendmail and then sudo sendmailconfig on Ubuntu), and then configure PHP to use this (see the "Configuring PHP mail() function" section of this page, Ubuntu).

The second is to configure Nameless to use either an SMTP server or Gmail. If you want to use SMTP, try the steps in this post, and if you want to use Gmail try these steps instead. After completing either of these, you need to head into the AdminCP -> Core -> Email and disable the "Use PHP mail() function?".

Finally, you can disable email verification altogether by disabling "Enable email account verification?" in the AdminCP -> Core -> Email tab, although this isn't recommended as it could effectively mean users can register with any email address.