# Autostart Chromium After Node-Red Starts

**URL:** https://discourse.nodered.org/t/autostart-chromium-after-node-red-starts/3958
**Category:** Share Your Projects
**Created:** [13 October 2018 15:27 UTC](https://discourse.nodered.org/t/autostart-chromium-after-node-red-starts/3958 "2018-10-13T15:27:56Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![seth350](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/seth350/32/4617_2.png) [@seth350](https://discourse.nodered.org/u/seth350)
#### Post date: [15 October 2018 15:36 UTC](https://discourse.nodered.org/t/autostart-chromium-after-node-red-starts/3958/2 "2018-10-15T15:36:39Z")

</div>

UPDATE:

Found some more neat commands for chromium. Running the script above does work, but you will, at times, be prompted with messages from chromium.  
Example: "Chromium is not your default browser" & "Chromium did not shut down properly, restore pages?"

To hide these alerts you can use this command instead. Note that some of these commands may be redundant, I havn't played with it since I got this working.

The `--start-fullscreen` command can probably be omitted because it is using the `--app=` command instead.

`DISPLAY=:0 chromium-browser --disable-infobars --noerrdialogs --app=http://localhost:1880/ui -start-fullscreen;`

---

_[View the full topic](https://discourse.nodered.org/t/autostart-chromium-after-node-red-starts/3958)._
