Hi all - first post!
I'm taking my first crack at managing my own VPS, and so far things are going well. Fixed a few quirks already so I'm feeling more confident .
Anyway, to the question. I chose to have a personal license so I'm limited to only one Directadmin account (fine for my purposes). Of course, the Directadmin installer creates a default "admin" username. If possible, I'd really like to change this username as I unfortunately don't have the ability to create another admin user and delete the default admin user, which would be easier, per my license.
I did find a script in /usr/local/directadmin/ titled change_username.sh - and looking at the contents this seems to be exactly what I want to use. I'd just navigate to the directory and run
My question though is that I'm sure this will work for any normal user situation, but can I do this to an admin user without causing problems? Apologies for the amateur hour question; I just don't know enough about Directadmin to know whether or not all dependencies will be changed that need to be for an admin level user.
I'm taking my first crack at managing my own VPS, and so far things are going well. Fixed a few quirks already so I'm feeling more confident .
Anyway, to the question. I chose to have a personal license so I'm limited to only one Directadmin account (fine for my purposes). Of course, the Directadmin installer creates a default "admin" username. If possible, I'd really like to change this username as I unfortunately don't have the ability to create another admin user and delete the default admin user, which would be easier, per my license.
I did find a script in /usr/local/directadmin/ titled change_username.sh - and looking at the contents this seems to be exactly what I want to use. I'd just navigate to the directory and run
bash change_username.sh admin mynewname
My question though is that I'm sure this will work for any normal user situation, but can I do this to an admin user without causing problems? Apologies for the amateur hour question; I just don't know enough about Directadmin to know whether or not all dependencies will be changed that need to be for an admin level user.