<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Running EasyIoT server as service</title>
		<description>Discuss Running EasyIoT server as service</description>
		<link>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service</link>
		<lastBuildDate>Sat, 11 Apr 2026 14:06:52 +0200</lastBuildDate>
		<generator>JComments</generator>
		<atom:link href="https://iot-playground.com/component/jcomments/feed/com_content/4" rel="self" type="application/rss+xml" />
		<item>
			<title>profile says:</title>
			<link>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-810</link>
			<description><![CDATA[Need cheap hosting? Try webhosting1st, just $10 for an year. https://www.los-roques.org/images/photos/4113/87/c0a29eb688fddfdba78d274f.jpg]]></description>
			<dc:creator>profile</dc:creator>
			<pubDate>Wed, 31 Oct 2018 08:31:22 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-810</guid>
		</item>
		<item>
			<title>virgus1970 says:</title>
			<link>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-298</link>
			<description><![CDATA[I have a problem with starting IOT-server as a demon, but I solved it & now everything is OK. Now it started after booting before login of any user. The problem was in one of lines of "easyiot" file. Exactly in this one (original file): INSTALL_PATH="/home/pi/" But IOT-server was installed at "/home/easyiot" directory. Therefore I changed this line to: INSTALL_PATH="/home"]]></description>
			<dc:creator>virgus1970</dc:creator>
			<pubDate>Mon, 13 Jul 2015 19:35:08 +0200</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-298</guid>
		</item>
		<item>
			<title>Allan Madsen says:</title>
			<link>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-274</link>
			<description><![CDATA[In /etc/rc.local (nano /etc/rc.local) Just before the line exit 0 type sudo mono /home/easyiot/EasyIoT.exe Save the file Now when you reboot it vil start up in the background :-)]]></description>
			<dc:creator>Allan Madsen</dc:creator>
			<pubDate>Mon, 22 Jun 2015 13:42:25 +0200</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-274</guid>
		</item>
		<item>
			<title>Super User says:</title>
			<link>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-256</link>
			<description><![CDATA[ If you have trouble setting this manually use image file where everything is configured.]]></description>
			<dc:creator>Super User</dc:creator>
			<pubDate>Thu, 18 Jun 2015 09:14:36 +0200</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-256</guid>
		</item>
		<item>
			<title>Allan Madsen says:</title>
			<link>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-254</link>
			<description><![CDATA[You need to edit this, it dosent work at all :-(]]></description>
			<dc:creator>Allan Madsen</dc:creator>
			<pubDate>Wed, 17 Jun 2015 23:04:04 +0200</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-254</guid>
		</item>
		<item>
			<title>iMat2.9 says:</title>
			<link>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-139</link>
			<description><![CDATA[I think you really need to check your install instructions. In the first installation tutorial you tell people to install it to "/home/easyiot/" here you're telling people to change permissions in "/home/pi/easyiot/" the code in your easyiot file in "/etc/init.d/" has an error which causes "unable to stat /home/pi//easyiot/startup.sh (No such file or directory)" notice the double //? I installed in /home/easyiot/ so I needed to edit the install path line to be INSTALL_PATH="/home" remove the /pi/ or if you have it installed in home/pi/ delete only the final / after pi Doing this makes the startup script work as intended, no errors. service is running fine after reboot.]]></description>
			<dc:creator>iMat2.9</dc:creator>
			<pubDate>Sat, 21 Mar 2015 03:49:33 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-139</guid>
		</item>
		<item>
			<title>Vasilij says:</title>
			<link>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-123</link>
			<description><![CDATA[ Solved]]></description>
			<dc:creator>Vasilij</dc:creator>
			<pubDate>Fri, 06 Mar 2015 08:00:43 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-123</guid>
		</item>
		<item>
			<title>Vasilij says:</title>
			<link>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-122</link>
			<description><![CDATA[pi@raspberrypi ~ $ sudo chmod +x startup.sh chmod: cannot access `startup.sh': No such file or directory How to solve ?]]></description>
			<dc:creator>Vasilij</dc:creator>
			<pubDate>Thu, 05 Mar 2015 19:16:23 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-122</guid>
		</item>
		<item>
			<title>DarioCdj says:</title>
			<link>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-62</link>
			<description><![CDATA[Hi, when i start as service everything goes fine after changing port to 1301. But it gives me a certificate error (invalid certificate?) and then when i continue open program. But veeeeery slow to open. Then it works perfect. I've used normal server installation and this tutorial. Thanks Dario]]></description>
			<dc:creator>DarioCdj</dc:creator>
			<pubDate>Tue, 27 Jan 2015 08:17:47 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-62</guid>
		</item>
		<item>
			<title>juanstiller says:</title>
			<link>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-49</link>
			<description><![CDATA[ The problem was that there was no easyiot init.d version to use, now you have added and it works. But you should chech the run as service tutorial. Startup.sh it's not at ini.d dir, its on the install path. Thanks now its working, i am having problems to set ssl connection but i will let you know if i get stucked! Thanks]]></description>
			<dc:creator>juanstiller</dc:creator>
			<pubDate>Mon, 19 Jan 2015 05:47:33 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-49</guid>
		</item>
		<item>
			<title>Super User says:</title>
			<link>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-48</link>
			<description><![CDATA[ But if i don't have to download easyiot script do i have to copy startup.sh into init.d? although i can execute startup script when i point the browser to raspberry ip address nothing happens. But if i use mono easyiot.exe the server starts ok and i can browse to easyiot fine and do whatever i want. I don't know what is wrong. I've updated tutorial. I think the problem was that when you copied raw file some characters are corrupted. Please try new setup procedure.]]></description>
			<dc:creator>Super User</dc:creator>
			<pubDate>Sun, 18 Jan 2015 23:44:43 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-48</guid>
		</item>
		<item>
			<title>juanstiller says:</title>
			<link>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-47</link>
			<description><![CDATA[ But if i don't have to download easyiot script do i have to copy startup.sh into init.d? although i can execute startup script when i point the browser to raspberry ip address nothing happens. But if i use mono easyiot.exe the server starts ok and i can browse to easyiot fine and do whatever i want. I don't know what is wrong.]]></description>
			<dc:creator>juanstiller</dc:creator>
			<pubDate>Sun, 18 Jan 2015 20:50:25 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-47</guid>
		</item>
		<item>
			<title>juanstiller says:</title>
			<link>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-46</link>
			<description><![CDATA[ I tried using startup.sh with apparently is executed, but when i try the raspberry ip address on the browser nothing happens and if i start easyiot using mono it works something is not working i also copied startup.sh to init.d but i don't know if it is working. Did you check file permissions? You must have execute permission on startup.sh Yes permissions are ok root user can execute startup script, on log files nothing seems to be wrong.]]></description>
			<dc:creator>juanstiller</dc:creator>
			<pubDate>Sun, 18 Jan 2015 20:32:07 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-46</guid>
		</item>
		<item>
			<title>Super User says:</title>
			<link>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-45</link>
			<description><![CDATA[ I tried using startup.sh with apparently is executed, but when i try the raspberry ip address on the browser nothing happens and if i start easyiot using mono it works something is not working i also copied startup.sh to init.d but i don't know if it is working. Did you check file permissions? You must have execute permission on startup.sh]]></description>
			<dc:creator>Super User</dc:creator>
			<pubDate>Fri, 16 Jan 2015 23:26:29 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-45</guid>
		</item>
		<item>
			<title>juanstiller says:</title>
			<link>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-44</link>
			<description><![CDATA[ I tried using startup.sh with apparently is executed, but when i try the raspberry ip address on the browser nothing happens and if i start easyiot using mono it works something is not working i also copied startup.sh to init.d but i don't know if it is working.]]></description>
			<dc:creator>juanstiller</dc:creator>
			<pubDate>Fri, 16 Jan 2015 04:30:35 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-44</guid>
		</item>
		<item>
			<title>Super User says:</title>
			<link>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-43</link>
			<description><![CDATA[ Hi. Actually you do not need to download startup script, because it is already included in current installation. I will update instructions. Check if you have startup.sh file in /home/pi/easyiot/ folder and check if you have execution rights on file (+x).]]></description>
			<dc:creator>Super User</dc:creator>
			<pubDate>Thu, 15 Jan 2015 20:33:45 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-43</guid>
		</item>
		<item>
			<title>juanstiller says:</title>
			<link>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-42</link>
			<description><![CDATA[Hi there i hace a problem setting easyiot as service, when i do /etc/init.d/easyiot i get this error: /etc/init.d/easyiot start start-stop-daemon: unable to stat /home/pi//easyiot/startup.sh (No such file or directory) [ ok ] easyiot started. Even when it says that easyiot have been started, actually it is not. Any ideas why is this happening? Thanks in advance. Juan]]></description>
			<dc:creator>juanstiller</dc:creator>
			<pubDate>Thu, 15 Jan 2015 17:50:30 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-42</guid>
		</item>
		<item>
			<title>Super User says:</title>
			<link>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-29</link>
			<description><![CDATA[ No at the moment. But you can run EasyIoT in console mode or see log files in log folder. If you have more questions please join forum,]]></description>
			<dc:creator>Super User</dc:creator>
			<pubDate>Fri, 09 Jan 2015 09:59:45 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-29</guid>
		</item>
		<item>
			<title>Hilding says:</title>
			<link>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-28</link>
			<description><![CDATA[:-) Hi, is there a way to look at the logfile from the graphical interface, such function could be handy when trying to pin down a faulty behavior on a sensor? Regards /Hilding]]></description>
			<dc:creator>Hilding</dc:creator>
			<pubDate>Thu, 08 Jan 2015 20:40:25 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-28</guid>
		</item>
		<item>
			<title>Super User says:</title>
			<link>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-27</link>
			<description><![CDATA[ Hi, glad you've found solution. To see EasyIoT on internet you must set port forwarding on your router. Then you can access from outside if you have static IP address. If you do not have static IP then you need some service to access your dynamic IP (google "dynamic ip remote access" for solution).]]></description>
			<dc:creator>Super User</dc:creator>
			<pubDate>Wed, 07 Jan 2015 22:35:51 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-27</guid>
		</item>
		<item>
			<title>Hilding says:</title>
			<link>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-26</link>
			<description><![CDATA[Hi again, found the problem, one of the files in the easyiot catalogue had wrong permissions. Do have any tutorial on how to make the webserver visible on the WWW so i can access it from my mobile? It works fine on intranet now. Regards Hilding]]></description>
			<dc:creator>Hilding</dc:creator>
			<pubDate>Wed, 07 Jan 2015 21:51:54 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-26</guid>
		</item>
		<item>
			<title>Super User says:</title>
			<link>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-25</link>
			<description><![CDATA[ Hi, I have no idea. Maybe you can try download Raspberry Pi image. It will work automatically without need to configure service.]]></description>
			<dc:creator>Super User</dc:creator>
			<pubDate>Tue, 06 Jan 2015 14:16:30 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-25</guid>
		</item>
		<item>
			<title>Hilding says:</title>
			<link>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-24</link>
			<description><![CDATA[:sad: Hello, im having problems with this script, it will not run the startup.sh file but it reports started. If you then ask for status or try to stop it, nothing is running, Starting the EasyIoT.exe manually works fine. Any idea on where i should start looking for the problem? regards Hilding]]></description>
			<dc:creator>Hilding</dc:creator>
			<pubDate>Tue, 06 Jan 2015 11:19:59 +0100</pubDate>
			<guid>https://iot-playground.com/2-uncategorised/4-running-easyiot-server-as-service#comment-24</guid>
		</item>
	</channel>
</rss>
