Hello,
I have my own mini server.
settings:
I using only one computer, only one name, but I need to use "Uplink To Star-Made.org" every time I want to join my server "localhost:4242", if I don't uplink I get
"Login Failed"
"Server Reject: this login name is protected on this server!
..."
I must click "Uplink To Star-Made.org", fill User Name and Password and I check "Save Login (encrypted)", then it allow me to join.
I do not know if the problem is in server or client, but I reinstall both multiple times, but no change, I must uplink every time I want to play ( multiple times per day).
I have my own mini server.
settings:
Code:
...
USE_STARMADE_AUTHENTICATION = true //allow star-made.org authentication
REQUIRE_STARMADE_AUTHENTICATION = false //require star-made.org authentication (USE_STARMADE_AUTHENTICATION must be true)
PROTECTED_NAMES_BY_ACCOUNT = 2 //How many player names a player may protect with his account (if exceeded, the player name, that was logged in the longest time ago gets unprotected)
NT_SPAM_PROTECT_EXCEPTIONS = 127.0.0.1 //ips excepted from spam control (separate multiple with comma) (default is localhost)
NT_SPAM_PROTECT_ACTIVE = false //enables connection spawn protection (flooding servers with login attempts)
...
"Login Failed"
"Server Reject: this login name is protected on this server!
..."
I must click "Uplink To Star-Made.org", fill User Name and Password and I check "Save Login (encrypted)", then it allow me to join.
I do not know if the problem is in server or client, but I reinstall both multiple times, but no change, I must uplink every time I want to play ( multiple times per day).