This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
technical:ppp-rd-troubleshoot [2023/11/07 23:20] admin [u.lua] |
technical:ppp-rd-troubleshoot [2023/11/07 23:32] (current) admin [report_to_server.lua] |
||
---|---|---|---|
Line 44: | Line 44: | ||
Doing the *light* report | Doing the *light* report | ||
+ | </ | ||
+ | ===== Using accel-cmd ===== | ||
+ | * For security reasons we implement a password when using **accel-cmd**. | ||
+ | * This password is specified on the Profile of a server. | ||
+ | * You can find the password by looking at the profile on RADIUSdesk' | ||
+ | <code bash> | ||
+ | [cli] | ||
+ | password=testing123 | ||
+ | telnet=127.0.0.1: | ||
+ | verbose=1 | ||
+ | tcp=127.0.0.1: | ||
+ | </ | ||
+ | * A command will then look like this with the password above. | ||
+ | <code bash> | ||
+ | accel-cmd -P testing123 show stat | ||
+ | accel-cmd -P testing123 show sessions | ||
</ | </ | ||
+ | |||