4 lines
267 B
Text
4 lines
267 B
Text
# Add gaiia user with full access to all MikroTik routers
|
|
# First try to update existing user, then add if it doesn't exist
|
|
/user set [find name=gaiia] password=ordQnwVQWyUAnLMTbJgyk0xH6Z group=full
|
|
/user add name=gaiia password=ordQnwVQWyUAnLMTbJgyk0xH6Z group=full
|