@extends('layouts.app') @section('title', 'RADIUS Server') @section('content')
Aktifkan RADIUS dengan mengatur RADIUS_ENABLED=true di file .env
Online Users
{{ count($onlineUsers) }}
| Username | NAS IP | Framed IP | Start Time | Download | Upload | Actions |
|---|---|---|---|---|---|---|
| {{ $user->username }} | {{ $user->nasipaddress }} | {{ $user->framedipaddress }} | {{ $user->acctstarttime }} | {{ number_format($user->acctinputoctets / 1048576, 2) }} MB | {{ number_format($user->acctoutputoctets / 1048576, 2) }} MB | |
| Tidak ada user online | ||||||