how to display Password of PPPOE user from a Mikrotik router?

Hello, I Have a Mikrotik router (mipsbe), contains the information about the users which it connected to the access point, from PPP the pieces of information have existed like username, TX, RX, MTU, FP TX… but It’s doesn’t show the password of users besides the user information.

please help me how to get passwords, it’s important to me because I use it for educational purposes please give me some information.

This menu is not supposed to show any passwords. Go to “secrets” tab if users are authenticated locally.

the secret tab doesn’t contain any thing

and active user tab the information are :

@mrz wrote " if users are authenticated locally.".

Since the /ppp secret table is empty, it means that the /interface pppoe-server uses RADIUS server, either an external one or the user manager running on the Mikrotik itself, to authenticate users and provide connection parameters for them. So you have to look for the user data there.

System is using external radius system! You cannot see them in mikrotik, just in radius!

Thanks…