Gekko on Headless Server
#1
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
  Reply
#2
(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.

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

Change your top host ip to match your 192.168.1.xx

reload
  Reply
#3
https://gekko.wizb.it/docs/installation/...-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)
  Reply
#4
hi
i use VNCviewer that works very well even on my iphone7

made tutorial:
TUT headless VNC
  Reply


Forum Jump:


Users browsing this thread: