User`s manual

Sans Digital – EN104L+(B) Admin Guide
7
EN104L+(B) log-in via. Command line
Access to command line can be done by directly connecting the keyboard and monitor to the NAS.
To log-in steps from the command line:
Step 1:
Log in as “admin” by following username and password:
User ID: admin
Password: 111111
Step 2:
At the prompt, change user to super user by typing “su –“ (note there is a space between “u” and “-“)
Step 3:
At the prompt for password, type “0000”.
This will give you root user access to the NAS. Please note that changing the password for web admin access will also change the password for
the super user (username: root).
NOTE: If above password is not accepted, please contact Sans Digital for the support.
Options for web admin access (disable & enable http and telnet)
To disable or enable http, telnet and ssh service, you will need to log in via local log-in. Type the following command to control:
To disable web admin:
# mv /etc/xinetd.d/swat /root
# service xinetd restart
To enable Web services
# mv /root/swat /etc/xinetd.d
# service xinetd restart
To Disable telnet
# mv /etc/xinetd.d/telnet /root
# service xinetd restart
To Disable SSH
# service stop sshd
# chkconfig --level 345 sshd off
To Enable SSH
# chkconfig --level 345 sshd on
# service start sshd
Remarks:
If login as “admin” does not give you the access/permission enable or disable services with command line. Alternatively, you can also login as
“root”. However, it is not recommended due to security issues.