Can I set up multiple accounts on DD-WRT?

1

1

I want to set up multiple accounts on DD-WRT (accounts meaning, username-password pairs). Specifically, I want one to be used primarily for remote web management (though there is no reason to restrict the account). Is this possible? If so, how do I go about it?

I'm running:

Router Model TP-Link TL-WR1043ND
Firmware Version DD-WRT v24-sp2 (08/07/10) std - build 14896

GregRos

Posted 2012-06-27T19:28:06.780

Reputation: 129

Answers

3

From what I can find, it does not currently support different logins for different purposes. [1]

Also, not that all the documentation specifically talks of the default username/password, implying that there is only a single login (at least in regards to making changes).

Since it is an open-source firmware with an active community of developers constantly making changes, your best bet is to request the feature on the forums.

Synetech

Posted 2012-06-27T19:28:06.780

Reputation: 63 242

0

You should have a standard /etc/password file. However, you likely don't have tools to add new users. Carefully add a new record to this file. (Back it up, and don't logoff until you are sure the new file is working.) You could do this with an editor by copying and editing an existing record like nobody.

Assuming your new user is webadmin, you should be able to set a password for it with the command passwd webadmin.

BillThor

Posted 2012-06-27T19:28:06.780

Reputation: 9 384

The "password" file is /etc/passwd not /etc/password. I wouldn't advise a newbie to edit this file either (if they're asking this question, it's a sign they are not Linux veterans, and may make an unsafe error). – Scott Prive – 2016-02-05T21:50:50.233