What's new

Use AC86U as a webserver

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Stuart Turrell

New Around Here
Hi all,

I have a NAS on my home network, a QNAP 453. I want it to spind down to conserver power, however my webserver will prevent this as it is updated every 30 seconds (live weather).

Anyway, is there a way for my to host a webserver on the AC68U via a USB memory stick?
I use up to date merlin ASUSWRT firmware.

Many thanks

Stuart
 
It is possible, check the software section in the usb application as it lets you install more software. There is a tutorial on merlin's website i think about installing things like camera surveillance with usb attached storage.

You can also try the more complicated method of going through the files in the linux system as the GUI is actually using a webserver.
 
Hi all,

Anyway, is there a way for my to host a webserver on the AC68U via a USB memory stick?
t

No USB stick is necessary for simple web pages. The router already has a simple web server that you could extend.

Make a user web page on the router:
Code:
echo "<b>This user web page is stored in the router's RAM.</b>" > /var/wwwext/mypage.html

Access from browser:
Code:
http://192.168.1.1/user/mypage.html

OR, you could buy a high performance 120GB SSD with USB3.0 cable and connect it to the router. Then setup Entware on the SSD. Then install lighttpd or apache web server.
 
Last edited:

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top