Description
This guide will show you how you can modify multiple user accounts via the Command Line.
Note
Command
To modify multiple accounts you can use below-mentioned command:
webuzo --mass_modify --users=USERNAME1,USERNAME2 --owner='Reseller/Owner' --start_date='2025-05-01T12:27' --theme='default' --locale='en' --plan='PLAN_NAME' --ip='IPV4' ipv6='IPV6'
For e.g. to modify both IPv4 and IPv6:
webuzo --mass_modify --users=test2,test3 --ip=2.3.3.3 --ipv6=1111:1111:1111:1111:1111:1111:1111:1111
For e.g. to modify IPv4 only:
webuzo --mass_modify --users=test2,test3 --ip=2.3.3.3