How can i run a small website from the teltonika RUT956.
the site is for local devices to connect and to run small commands.
How can i run a small website from the teltonika RUT956.
the site is for local devices to connect and to run small commands.
Hello,
To host a website on your device, you will definitely have to utilize the use of custom scripts, and possibly even packages. Please note that the device itself does not have that much available memory; therefore, bigger packages may fail to install or function properly. Regarding custom scripts, it is out of our technical support scope, so I’m not able to help you write one; However, we do have a Wiki with some custom script examples available, if you’d like to browse: RUT956 Custom Scripts - Teltonika Networks Wiki and User Scripts examples - Teltonika Networks Wiki
As mentioned previously, do keep in mind, that the device itself does not have that many resources (RAM/FLASH storage), so even a “small” website may not be properly handled by it. You may want to look into devices with more resources, such as the RUTC50
Regards,
M.
I was thinking installing a hotspot without using it and access one of the pages after i changed the html it.
But i dont know the url for the pages
Hi,
You can upload your html files in /www folder and then you can reach them by entering 192.168.1.1/test.html, just be aware that you can’t use index.html. Or if you need index.html you could create subfolder inside www like myproject and then you can reach using 192.168.1.1/myproject/index.html.
This will not work because /www is read-only dir