// Listar solo usuarios online según rm_onlineradius public function listOnlineRadiusUsers(int $offset, int $limit): array { if ($this->hasTable('rm_onlineradius')) { $sql = "SELECT r.username, r.cid, r.cpeip FROM rm_onlineradius r ORDER BY r.username ASC LIMIT :off, :lim"; $st = $this->db->prepare($sql); $st->bindValue(':off', $offset, PDO::PARAM_INT); $st->bindValue(':lim', $limit, PDO::PARAM_INT); $st->execute(); return $st->fetchAll(PDO::FETCH_ASSOC); } return []; } ISP Manager (PPPoE)

ISP Manager (PPPoE)

Users: 1110 Activas: 1110 Susp: 0 Exp: 0 Online: 0

NAS (Mikrotik)

Listado

IDNASShortnameDescripciónAcción
64 10.10.104.2 oficinaccr
63 10.10.12.2 aguafria12.2
62 10.10.5.2 aguafria5.2
61 192.168.254.8 af2
60 10.10.102.2 mt-102-2
59 192.168.254.1 oficina-lan
56 10.10.19.2 capilla
55 45.230.168.67 junquito-lourdes
54 10.10.17.2 capilla2
53 201.234.238.114 Jarillo-backup
52 10.10.8.2 topoelmono
51 10.10.102.1 oficina-respaldo
50 45.230.168.71 junquito-wan2
49 10.10.8.1 aguafria-respoaldo
48 10.10.30.2 gabante
47 10.10.5.1 junquito-core
46 10.10.64.2 topoelmono2
45 10.10.11.1 junquito
44 10.10.18.2 potrero
43 10.10.53.2 labosta
42 10.10.34.2 cucurucho cucurucho
41 192.168.201.254 oficina
40 10.10.21.2 montaña-cepe
39 10.10.13.2 jarillo el jarillo
38 10.10.12.1 junquito-core12.1 s
37 10.10.6.1 gerembacore
36 10.10.9.2 mp2 mesa de paya
35 192.168.254.3 localhost bequant
34 10.10.7.1 junquito-wan jarillo
32 10.10.22.2 filaeltesoro
31 10.10.14.2 geremba

Desconectar usuario (CoA)

Clon PPPoE con FreeRADIUS + SQL + compatibilidad RM. Más secciones se integrarán progresivamente.