Page 1 of 1
Page webserver
Posted: Sun Mar 01, 2026 5:29 pm
by max.tisc
Hi, I'm playing with the Webserver component. I see that the pages are limited to 4. Can I increase them? Can I use another webserver icon to get more pages?
grazie
Re: Page webserver
Posted: Mon Mar 02, 2026 9:30 am
by Steve-Matrix
I don't think there is a way of increasing this without editing the component (edit: there is

- see Ben's answer!). An alternative is you could serve the pages manually instead of relying on static pages. It's more work, but would allow you to show any number of different pages.
Re: Page webserver
Posted: Mon Mar 02, 2026 9:41 am
by BenR
Hello,
The easy way to allow for more files is to change from embedded pages to external using the HTML source property of the Webserver component and a FAT component. You can then put all your HTML source onto an SD card.
https://www.flowcode.co.uk/wiki/index.p ... etworking)
Steve's suggestion of serving pages up on the fly is also viable.
If you still want embedded only pages then how many would you need?