In this page you can enable and disable services, change the camera hostname, disable the cloud features and more.

General


Hostname Camera's hostname on the network. Leave blank to generate automatically.
Timezone Timezone. Get your timezone string from this page and copy here.
Disable Cloud Disable the Yi App and all the Cloud features (aka private mode).
Recording without Cloud Enable recording on the SD card even with the Cloud features disabled. (It takes effect only if the "Disable Cloud" option is enabled).
RTSP Enable RTSP Server.
RTSP Stream
Select stream resolution.
ONVIF Enable ONVIF Server.
ONVIF WS-Discovery Enable WS-Discovery daemon for ONVIF service.
ONVIF Profile
ONVIF Network Interface
ONVIF watermark Add watermark to snapshot.

Advanced


SSH Enable or disable the SSH server.
FTP Enable or disable the FTP server.
Legacy FTP Switch to the legacy BusyBox FTP server.
NOTE: If you are trying to disable Pure-FTPd as mentioned in this issue you can enable this option instead of manually editing the system.sh file.
Telnet Enable or disable the Telnet server.
WARNING: Telnet is NOT a secure protocol and should be avoided. Enable only if it's really necessary.
NTPD Enable or disable the Network Time Protocol Daemon. This is required to sync the time on the camera if the cloud features are disabled.
NTP Server NTP server name.
HTTPD Enable or disable the Web Server.
WARNING: If disabled, you won't have access to this page.
Proxychains-ng Proxychains-ng is a way to bypass the region restrictions imposed by Yi when using a Chinese camera outside China. See the GitHub page for more info on how to configure it.
Swap File Enable swap file on SD card. This option will create a file (/tmp/sd/swapfile) to expand your memory. (enforced by default on yi_home and yi_dome)

TCP ports


RTSP Port TCP port used by RTSP Server (default 554).
ONVIF Port TCP port used by ONVIF Server (default 80).
HTTPD Port TCP port used by HTTPD Server (default 8080).

Authentication


Username Username to access RTSP, ONVIF and HTTP (default empty).
Password Password to access RTSP, ONVIF and HTTP (default empty).
Allowed special chars: \ | ! " $ % & / ( ) ' ? ^ [ ] @ < > , ; . : - _
Root Password Password for SSH, Telnet and FTP root user (default empty).
Allowed special chars: \ | ! " $ % & / ( ) ' ? ^ [ ] @ < > , ; . : - _

Expert


Crontab # +------------ Minute (range: 0-59)
# | +---------- Hour (range: 0-23)
# | | +-------- Day of the Month (range: 1-31)
# | | | +------ Month of the Year (range: 1-12)
# | | | | +---- Day of the Week (range: 0-6, sunday to saturday)
# | | | | |
# * * * * * <command to execute>