NeoServer 用户手册

Author : Neo Huang
最后更新: 2024-10-18 13:58:46 标签 : NeoServer

Index

NeoServer

NeoServer offers a comprehensive management solution for your servers, NAS (Network Attached Storage), and Linux-based routers across iPhone, iPad, and Mac platforms.

常见问题解答

容器无数据

  1. NeoServer 支持 docker, podman。
  2. 在 NeoServer 的脚本中运行的 docker info 看是否可以执行,有的时候会因为 PATH 导致找不到 docker 命令。
  3. 检查你的服务器用户是否为 root。特别是 Synology 的 NAS 设备。如何通过 SSH/Telnet 使用 root 权限登录 DSM/SRM

如何设置环境变量

请导航到服务器启动脚本设置。

如何添加小部件

NeoServer 小部件仅与 iOS 17 及更高版本兼容。 如何在你的 iPhone 上添加和编辑小部件

如何在终端中复制

点击顶部栏右侧的“复制模式”图标。从终端模式切换到复制模式, 退出点击同一个图标即可。

解决 CPU 温度获取问题

  • 通常使用虚拟化的服务器没有获取 CPU 温度的能力,不同于物理服务器、网络附加存储(NAS)系统和路由器,它们通常具有监控 CPU 温度的能力。
  • 方法 1:安装 sensors 命令,NeoServer 将运行此命令来读取 CPU 温度。如何在 Ubuntu / Debian Linux 上安装 sensors(lm-sensors)
  • 方法 2:如果在获取温度读数时遇到困难,请导航到服务器启动脚本设置并添加以下命令:
neo_get_temp() {
    echo 20000;
    return 0
}

此命令旨在定义一个新的获取温度信息的程序。

通过 OpenWRT 的 SSH 公钥配置无法连接,收到错误信息:“Username/PublicKey combination invalid (code 18 = authenticationFailed)”。

这通常是由于使用了如 ecdsa-sha2-nistp256 这样的新算法添加公钥所致。OpenWRT 支持 RSA,因此请添加以 ssh-rsa 开头的公钥以解决此问题。

通过视频了解所有功能。

数据存储与隐私

所有数据都安全地存储在 iCloud 中,仅由您的设备访问。保护您的密钥和密码不被未授权访问非常重要,以防止任何潜在的泄露。

Features

Multi Device

Support across multiple platforms: iPhone, iPad, Mac.

iCloud Sync

iCloud Sync ensures all your configuration information is securely stored in iCloud, facilitating seamless synchronization across your multiple devices.

Security

Security, featuring support for password and biometric (FaceID, TouchID) unlocking mechanisms.

A wealth of features.

providing support for SSH terminal, script execution, containers management, and metrics monitoring with zero server-side configuration required.

Screenshots