Gekko on Headless Server - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Technical Support (https://forum.gekko.wizb.it/forum-19.html) +--- Thread: Gekko on Headless Server (/thread-57181.html) |
Gekko on Headless Server - whoodat - 05-17-2018 I can't seem to get the UI opened on my headless server, was wondering if anyone has had success. Below is my code. const CONFIG = { headless: true, api: { host: '0.0.0.0', port: 3000, timeout: 120000 // 2 minutes }, ui: { ssl: false, host: '192.168.1.xx', //Home IP port: 3000, path: '/' }, adapter: 'sqlite' } if(typeof window === 'undefined') module.exports = CONFIG; else window.CONFIG = CONFIG; Thanks chris RE: Gekko on Headless Server - pingywon - 05-21-2018 (05-17-2018, 10:56 PM)whoodat Wrote: I can't seem to get the UI opened on my headless server, was wondering if anyone has had success. Below is my code. Change your top host ip to match your 192.168.1.xx reload RE: Gekko on Headless Server - ankasem - 05-21-2018 https://gekko.wizb.it/docs/installation/installing_gekko_on_a_server.html#configuring-gekko-to-run-in-the-cloud If the headless machine (ip) you bought will give you the appropriate (ip) headless machine (ip) 192.168.0.2 => 192.168.0.100 headless machine (ip)192.168.1.2 => 192.168.1.100 headless machine (ip)192.168.2.2 => 192.168.2.100 example (ip) RE: Gekko on Headless Server - susitronix - 06-16-2018 hi i use VNCviewer that works very well even on my iphone7 made tutorial: TUT headless VNC |