RADIUSdesk

logo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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
  
 +</code>
 +===== 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's side or by looking at the config file on the device running Accel-ppp.
 +<code bash>
 +[cli]
 +password=testing123
 +telnet=127.0.0.1:2000
 +verbose=1
 +tcp=127.0.0.1:2001
 +</code>
 +  * 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
 </code> </code>
 +