EZhometech www.ezhometech.com No. 15, Aly. 6, Ln. 109, Anxiang Rd., Xindian Dist., New Taipei City 231, Taiwan Tel: 886-2-22007310 Fax: 886-2-22007315 EZserver Qucik Installation Guide Instant Channel Change Video Server www.ezhometech.com Updated :12/11/2014 Version : 1.0.004 Copyright © EZhometech, Inc. EZhometech www.ezhometech.com No. 15, Aly. 6, Ln. 109, Anxiang Rd., Xindian Dist., New Taipei City 231, Taiwan Tel: 886-2-22007310 Fax: 886-2-22007315 Content 1. 2. 3. 4. 5. 6. 7. 8. 9. Installation.........................................................................................3 Network Interface for dedicated and VPS Server ..........................6 Auto-Start EZserver..........................................................................8 Software Update ...............................................................................9 EZserver Management ...................................................................10 Add New Channel ........................................................................... 11 Add New Movie ...............................................................................13 Administrator password change...................................................15 System Log / Dump ........................................................................15 EZhometech www.ezhometech.com No. 15, Aly. 6, Ln. 109, Anxiang Rd., Xindian Dist., New Taipei City 231, Taiwan Tel: 886-2-22007310 Fax: 886-2-22007315 1. Installation 1. Linux Installation : A. Free Version: ezserver.free.tar contains a folder “ezserver_free” that includes ezserver image, system configuration. o tar xfvz ezserver.free.tar o cd ezserver_free o Two options to run ezserver Manual mode ./ezserver ./auto_ezserver.sh This is batch file is to run ezserver in background. ./auto_ezserver.sh & (for ssh closed, then ezserver closed) Auto start mode Check Auto-Start EZserver Section o Panel user id and password: root / 1234 B. Professional Version: Ezserver10.x.xxx.prof_bit64.tar and ezserver10.x.xxx.prof.tar contains a folder “ezserver_prof” that includes ezserver image and system configuration. o 64 bits system /*xxx: release version*/ tar xfvz ezserver10.x.xxx.prof_bit64.tar o 32 bits systerm /*xxx: release version*/ tar xfvz ezserver10.x.xxx.prof.tar o cd ezserver_prof o edit network interface (Section 2: Network Interface for dedicated and VPS Server) o run the below command to creates serial_number.txt for first installation: ./ezesrver o Two options to run ezserver Manual mode ./ezserver ./auto_ezserver.sh This is batch file is to run ezserver in background. ./auto_ezserver.sh & (for ssh closed, then ezserver closed) Auto start mode EZhometech www.ezhometech.com No. 15, Aly. 6, Ln. 109, Anxiang Rd., Xindian Dist., New Taipei City 231, Taiwan Tel: 886-2-22007310 Fax: 886-2-22007315 Check Auto-Start EZserver Section o Panel user id and password: root / 1234 When EZserver shows http://server_ip:18000/admin/index.htm, it means EZserver starts successfully. There are two ways to shutdown ezserver Press Ctrl + C keys Login EZserver System Management EZhometech www.ezhometech.com No. 15, Aly. 6, Ln. 109, Anxiang Rd., Xindian Dist., New Taipei City 231, Taiwan Tel: 886-2-22007310 Fax: 886-2-22007315 2. Windows Installation : ezserver_prof.zip contains a folder “ezserver_prof” that includes ezserver image, system configuration. o unzip ezserver_prof.zip o enter ezserver_prof folder o double click Ezserver9.exe o Panel user id and password: root / 1234 When EZserver shows http://server_ip:18000/admin/index.htm, it means EZserver starts successfully. There are two ways to shutdown ezserver Select Action:Shutdown Login EZserver System Management EZhometech www.ezhometech.com No. 15, Aly. 6, Ln. 109, Anxiang Rd., Xindian Dist., New Taipei City 231, Taiwan Tel: 886-2-22007310 Fax: 886-2-22007315 2. Network Interface for dedicated and VPS Server The default network interface of EZserver uses eth0, if the server does not use eth0 or is a Virtual Private Server(VPS), please change the network_interface value in ezserver_config.txt. For Dedicated Server, if your current network card is not eth0, EZserver administrator needs to replace network_interface=eth0 by your current network interface(ex. eth1 or eth2) of ezserver/ezserver_config.txt. path=. startmenu=index.htm iptv_base_port=5544 http_base_port=18000 time_zone_diff=0 httpport=8000 rtmpport=1935 igmpip=0.0.0.0 igmpport=9001 network_interface=eth1 EZhometech www.ezhometech.com No. 15, Aly. 6, Ln. 109, Anxiang Rd., Xindian Dist., New Taipei City 231, Taiwan Tel: 886-2-22007310 Fax: 886-2-22007315 For Virtual Provate Server(VPS), EZserver administrator needs to replace network_interface=eth0 by network_interface=venet0:0 of ezserver/ezserver_config.txt for system configuration. path=. startmenu=index.htm iptv_base_port=5544 http_base_port=18000 time_zone_diff=0 httpport=8000 rtmpport=1935 igmpip=0.0.0.0 igmpport=9001 network_interface=venet0:0 EZhometech www.ezhometech.com No. 15, Aly. 6, Ln. 109, Anxiang Rd., Xindian Dist., New Taipei City 231, Taiwan Tel: 886-2-22007310 Fax: 886-2-22007315 3. Auto-Start EZserver o cd /root/ezserver_prof o chmod 777 checkezserver.sh o edit /etc/crontab : • paste the below line into the bottom of the file and save it. */3 * * * * root /root/ezserver_prof/checkezserver.sh • exit the editor • Linux will invoke checkezserver.sh per 3 min Note: ezserver_prof folder is not in /root/, it needs to change the path of ezserver_prof folder in the line 2 of checkezserver.sh export EZSERVER_DIR="/root/ezserver_prof/" export EZSERVER_DIR="new path" For example, if the path of ezserver_prof is “/usr/local/ezserver_prof”, then export EZSERVER_DIR="/usr/local/ezserver_prof" EZhometech www.ezhometech.com No. 15, Aly. 6, Ln. 109, Anxiang Rd., Xindian Dist., New Taipei City 231, Taiwan Tel: 886-2-22007310 Fax: 886-2-22007315 Software Update For Linux version, there are 2 ways to update software. One is to update patch files. The other way is to update the whole folder. The first way is to run “patch .sh” to download patch files and backup the changed files into ezserver_prof folder. The command in Linux ssh console is as below (recommended): Update patch to the latest version. o ./patch.sh Recovery patch to the previous version. o ./patch.sh -r The second way is to run “update_latest_ezserver.sh” to backup ezserver_prof folder into ezserver_prof_ddmmyy folder and download the newest version with the current setting in your server. The command in Linux ssh console is as below: o ./update_latest_ezserver.sh EZhometech www.ezhometech.com No. 15, Aly. 6, Ln. 109, Anxiang Rd., Xindian Dist., New Taipei City 231, Taiwan Tel: 886-2-22007310 Fax: 886-2-22007315 4. EZserver Management If you want to enter EZserver Management can, please use Internet browser such as Internet Explore, Chrome, Firefox or Safari to enter System Management by the URL path . http://Server_IP:18000/admin/index.htm The default user id is “root” and password is “1234”. EZserver Management provides the below management Home: System Information. Channel: Channel Management Movie: Movie Management User: Subscriber Management Bouquet: Bouquet Management and Channel List Generation Player: Online Player Information Reseller: Reseller Management Player Filter: Filter all players Blacklist: Automatic blacklist management Setting: Protocol port setting Restart: Restart EZserver Shutdown: Shutdown EZserver Log: System Log EZhometech www.ezhometech.com No. 15, Aly. 6, Ln. 109, Anxiang Rd., Xindian Dist., New Taipei City 231, Taiwan Tel: 886-2-22007310 Fax: 886-2-22007315 5. Add New Channel Follow the below steps to add new channel. Step1: Click “Channel” Step2: Click “Add/Del” Step3: Click “Add” EZhometech www.ezhometech.com No. 15, Aly. 6, Ln. 109, Anxiang Rd., Xindian Dist., New Taipei City 231, Taiwan Tel: 886-2-22007310 Fax: 886-2-22007315 Step4: Input Channel Name, input URL, Catalog and Type Step5: Click “Add” Step6: Click “Quit” Step7: Click “OK” Step8: Wait “Refreshing” disappeared EZhometech www.ezhometech.com No. 15, Aly. 6, Ln. 109, Anxiang Rd., Xindian Dist., New Taipei City 231, Taiwan Tel: 886-2-22007310 Fax: 886-2-22007315 6. Add New Movie Follow the below steps to add new movie. Step1: Click “Movie” Step2: Click “Add/Del” Step3: Click “Add” EZhometech www.ezhometech.com No. 15, Aly. 6, Ln. 109, Anxiang Rd., Xindian Dist., New Taipei City 231, Taiwan Tel: 886-2-22007310 Fax: 886-2-22007315 Step4: Input Movie Name, Movie path Icon path and Catalog. Step5: Click “Add” Step6: Click “Quit” Step7: Click “OK” Step8: Wait “Refreshing” disappeared EZhometech www.ezhometech.com No. 15, Aly. 6, Ln. 109, Anxiang Rd., Xindian Dist., New Taipei City 231, Taiwan Tel: 886-2-22007310 Fax: 886-2-22007315 7. Administrator password change Use Internet browser such as Internet Explore, Chrome, Firefox or Safari to enter System Management by the URL path : http://Server_IP:18000/admin/index.htm Login Panel by user id “root” and password “1234”, then click Subscriber Panel to change root password. 8. System Log / Dump Enable EZserver system log as below: o Replace "system_log=0" by "system_log=1" in ezserver_config.txt. o Restart EZserver, then it will create a system log file, called "system.log" in EZserver folder. o Shutdown EZserver by EZserver System Management to get the whole log information. o If “system_log=xxxx” : EZserver logs xxx lines in system.log. e.g. “system_log=1000” in ezserver_config.txt, EZserver logs 1,000 messages in the file. o When system checks any error, it will dump information to system.dump.
© Copyright 2024 ExpyDoc