K Khudza New member Joined Jul 23, 2025 Messages 1 Jul 31, 2025 #1 Hi everyone, how do i go about getting new login details, when i have been locked out or how do i change them?
Hi everyone, how do i go about getting new login details, when i have been locked out or how do i change them?
DrWizzle Verified User Joined Aug 8, 2021 Messages 101 Jul 31, 2025 #2 If you have ssh access to your server as root, you can see existing details (if they haven't been changed since install) here: Code: cd /usr/local/directadmin/conf cat setup.txt You can also reset your admin password here, and usage (screenshot below) Code: cd /usr/local/directadmin/scripts ./reset_da_admin_password.sh
If you have ssh access to your server as root, you can see existing details (if they haven't been changed since install) here: Code: cd /usr/local/directadmin/conf cat setup.txt You can also reset your admin password here, and usage (screenshot below) Code: cd /usr/local/directadmin/scripts ./reset_da_admin_password.sh