←back to thread

271 points pykello | 1 comments | | HN request time: 0s | source
Show context
aborsy ◴[] No.45171756[source]
Couldn’t developers of OpenWRT come up with a better UI?

It’s not user friendly at all.

replies(7): >>45171872 #>>45172218 #>>45172371 #>>45172440 #>>45172512 #>>45173908 #>>45174326 #
numpad0 ◴[] No.45172440[source]
IMO it's valid criticism and at the same time IMO GUIs are unnecessary frills.

If you've tried Cisco routers - you can export ALL configurations by running command `show running-configuration`, or `display current-configuration` on Huawei routers, or `show configuration commands`on Vyatta/VyOS/EdgeOS, which can then be restored onto a brand new router by just right click pasting that log into the ssh session.

That's VASTLY superior to ANY GUI. IMO. YMMV. IANAL. Views are my own. But it is.

replies(3): >>45172684 #>>45172695 #>>45176092 #
1. gonzopancho ◴[] No.45176092[source]
this is why TNSR was API first with a CLI. https://docs.netgate.com/tnsr/en/latest/basics/config-databa...

We have a lot of requests for a GUI, so one is in development.