A Arturas-M New member Joined Feb 14, 2006 Messages 3 Feb 16, 2006 #1 Hello, how creat new DirectAdmin user from command line ?
jmstacey Verified User Joined Feb 12, 2004 Messages 3,887 Location Colorado Feb 16, 2006 #2 adduser or useradd. This will NOT add them to DirectAdmin however.
A Arturas-M New member Joined Feb 14, 2006 Messages 3 Feb 16, 2006 #3 I knew how add unix system user. I'm interesting in script or command line tool to add DirectAdmin user. In other words I want do automated user creation when receive payment by SMS Last edited: Feb 16, 2006
I knew how add unix system user. I'm interesting in script or command line tool to add DirectAdmin user. In other words I want do automated user creation when receive payment by SMS
jmstacey Verified User Joined Feb 12, 2004 Messages 3,887 Location Colorado Feb 16, 2006 #4 Then use the API (http://www.directadmin.com/api.html) There is no way through the command line unless you write the script yourself.
Then use the API (http://www.directadmin.com/api.html) There is no way through the command line unless you write the script yourself.
panamaspace Verified User Joined Aug 4, 2005 Messages 50 Location Panama, Panama Mar 16, 2006 #5 How about: http://help.directadmin.com/item.php?id=72 Just curious.
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 24,989 Location California Mar 18, 2006 #6 It's not obvious from the page you linked. One line on that page says of the script: To create a user and domain, run it as: Click to expand... while another line says: Note that the script will not create a system user Click to expand... I'll ask John to take a look at this thread and clarify things for us. Thanks. Jeff
It's not obvious from the page you linked. One line on that page says of the script: To create a user and domain, run it as: Click to expand... while another line says: Note that the script will not create a system user Click to expand... I'll ask John to take a look at this thread and clarify things for us. Thanks. Jeff
DirectAdmin Support Administrator Staff member Joined Feb 27, 2003 Messages 8,139 Mar 18, 2006 #7 Hello, I'd avoid using: http://help.directadmin.com/item.php?id=72 as it's only there to fix something that's broken. I've just recently posted a php script that creates a user via php, so you can give that a try: http://www.directadmin.com/forum/showthread.php?s=&threadid=12482 Last post. John
Hello, I'd avoid using: http://help.directadmin.com/item.php?id=72 as it's only there to fix something that's broken. I've just recently posted a php script that creates a user via php, so you can give that a try: http://www.directadmin.com/forum/showthread.php?s=&threadid=12482 Last post. John