We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
12345678
with empty password
System
Administration
new password
ssh root@192.168.8.1 cd /etc/config/ vi uhttpd
add these lines to the rear
config uhttpd web list listen_http 0.0.0.0:81 option home /webroot/
then
cd / mkdir webroot cd webroot echo 'hello openwrt world!'> index.html reboot
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use WRTnode as a web server
set ssh password first
12345678
with empty password
System
->Administration
and set thenew password
config the uhttpd
ssh root@192.168.8.1 cd /etc/config/ vi uhttpd
add these lines to the rear
then
Now wait for restart
and visit 192.168.8.1:81 and see what happens!
The text was updated successfully, but these errors were encountered: