Solved Remove the default login link (.da.direct:2222)

Adrenaline

Verified User
Joined
Sep 23, 2015
Messages
38
Hello everyone
I had to uninstall centos and install Rocky Linux!
Now after installing DirectAdmin it gave me the default login link as follows:

Code:
https://server-12-34-56-78.da.direct:2222/
I changed the hostname & nameserver but this link still works!
I want to delete this link completely, I don't want to redirect!
How can I delete it?
 
That is normal. It's because it's registered in DA this way.

If all is configured well, you won't be redirected to this anymore and can use your own domain name or server name depending on what you like most, or use both.
Also check the directadmin.conf file that it's not pointing to this hostname anymore.

Same works this way on all DA servers since da is using the da.direct domain for reachability on new installs.
 
The pre-environment variables should prevent this if you set the DA_HOSTNAME environment(?)
eg.
Code:
export DA_HOSTNAME="blah.blah.blah"
 
The pre-environment variables should prevent this if you set the DA_HOSTNAME environment(?)
Yes, same if you set hostname stuff correctly afterwards, but you still can always reach your server at the server-ip.ad.re.ss.da.direct hostname anyway, no matter what you set.
 
Back
Top