@extends('admin.layouts') @section('css') @endsection @section('title', '控制面板') @section('content')

如果负载显示宕机,可能是节点宕机或者节点上的SSR(R)服务挂掉了,请重启节点或者SSR(R)服务。

节点宕机是因为所在IDC机房出了问题或者母机超售过载导致,SSR(R)挂掉是因为节点的配置太渣。[VPS推荐]

如果还是无法解决,请检查各节点服务器的时间是否同步。[时间校准]

节点列表
@if($nodeList->isEmpty()) @else @foreach($nodeList as $node) @endforeach @endif
ID 节点名称 域名 IP 负载 在线 产生流量 流量比例 扩展 操作
暂无数据
{{$node->id}} {{$node->name}} {{$node->server}} {{$node->ip}} {{$node->load}} {{$node->online_users}} {{$node->transfer}} {{$node->traffic_rate}} @if($node->compatible) @endif @if($node->single) @endif @if(!$node->is_subscribe) 订阅 @endif
共 {{$nodeList->total()}} 个节点
{{ $nodeList->links() }}
@endsection @section('script') @endsection