NeoServer User Guide

LAST UPDATED: 2024-05-08 20:02:52

Index

FAQ

Container is no data

  1. NeoServer support docker, podman.
  2. Check docker info in script can be executed.
  3. Check your server user is root. Especially Synology's NAS devices.How to log in to DSM/SRM with root permissions via SSH/Telnet.

How to set environment variable

please navigate to the server startup script settings.

How to add Widget

The NeoServer Widget is compatible exclusively with iOS 17 and subsequent versions. How to add and edit widgets on your iPhone

How to copy in the terminal

Tap on the "Copy Mode" icon on the right of top bar. Switch from Terminal Mode to Copy Mode.

Resolving CPU Temperature Retrieval Issue

  • Servers utilizing virtualization typically do not have a CPU temperature measurement capability, unlike physical servers, Network Attached Storage (NAS) systems, and routers, which often have the ability to monitor their CPU temperatures.
  • Method 1: install sensors command , NeoServer will run this command to read CPU temperature.How to install sensors (lm-sensors) on Ubuntu / Debian Linux
  • Method 2: Should you encounter difficulties in obtaining temperature readings, please navigate to the server startup script settings and incorporate the following command:
neo_get_temp() {
    echo 20000;
    return 0
}

This command is designed to define a new procedure for fetching temperature information.

Unable to connect via SSH public key configuration on OpenWRT, receiving error message: "Username/PublicKey combination invalid (code 18 = authenticationFailed)".

This is likely caused by adding a public key using newer algorithms such as ecdsa-sha2-nistp256. OpenWRT supports RSA, so please add a public key starting with ssh-rsa to resolve the issue.

Learn about all the features through video.

Data Storage and Privacy

All data is securely stored in iCloud, accessible exclusively by your device. It is imperative to safeguard your keys and passwords against unauthorized access to prevent any potential leakage.