Update README.md
This commit is contained in:
committed by
GitHub
parent
47a03f1ca5
commit
a5c3360ce7
@@ -25,12 +25,12 @@ cd mktxp-stack-main
|
|||||||
```
|
```
|
||||||
|
|
||||||
- Configure mktxp as described in [MKTXP Getting Started](https://github.com/akpw/mktxp#getting-started):\
|
- Configure mktxp as described in [MKTXP Getting Started](https://github.com/akpw/mktxp#getting-started):\
|
||||||
a) edit the main mktxp config file:
|
a) edit the main mktxp config file, adding your Mikrotik device ip address & authentication info:
|
||||||
```
|
```
|
||||||
nano mktxp/mktxp.conf
|
nano mktxp/mktxp.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
b) [add a dedicated API user](https://github.com/akpw/mktxp#mikrotik-device-config) to your router:
|
b) if needed, [add a dedicated API user](https://github.com/akpw/mktxp#mikrotik-device-config) from the mktxp config to your RouterOS device:
|
||||||
```
|
```
|
||||||
/user group add name=mktxp_group policy=api,read
|
/user group add name=mktxp_group policy=api,read
|
||||||
/user add name=mktxp_user group=mktxp_group password=mktxp_user_password
|
/user add name=mktxp_user group=mktxp_group password=mktxp_user_password
|
||||||
|
|||||||
Reference in New Issue
Block a user