On Friday, November 18, 2016 at 9:35:11 AM UTC-6, Eduard Cabanas wrote: > Hi, > > > Maybe I did not understand, I erase all # in the line (uncomented) but still > with the same error > > > :-((((( > > > > > > > > > > > > > > > > > > > Eduard Cabanas > [email protected] > Mov: 676 452 016 > Tel: 900 803 646 > > > > > > > > > www.ulabox.com > > facebook.com/ulabox > @ulabox > > > Aviso Legal LOPD/LSSICE > > > 2016-11-18 16:30 GMT+01:00 <[email protected]>: > > > On Friday, November 18, 2016 at 9:23:44 AM UTC-6, [email protected] wrote: > > > On Friday, November 18, 2016 at 9:14:52 AM UTC-6, Eduard Cabanas wrote: > > > > With this > > > > http://localhost:8083 > > > > > > > > I received an answer like > > > > > > > > > > > > the page http://localhost:8083 has rejected the connection, why??? > > > > > > > > > > > > many thank's > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Eduard Cabanas > > > > [email protected] > > > > Mov: 676 452 016 > > > > Tel: 900 803 646 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > www.ulabox.com > > > > > > > > facebook.com/ulabox > > > > @ulabox > > > > > > > > > > > > Aviso Legal LOPD/LSSICE > > > > > > > > > > > > 2016-11-18 16:08 GMT+01:00 <[email protected]>: > > > > On Friday, November 18, 2016 at 8:44:34 AM UTC-6, [email protected] wrote: > > > > > > > > > Hi, > > > > > > > > > > > > > > > > > > I installed Influx in a windows server, everything goes ok, but when i > > > > promt localhost:8086 appears 404 error, anybody knows why? > > > > > > > > > > > > > > > > > > Thank's > > > > > > > > > > > > > > > > > > Eduard > > > > > > > > > > > > > > > > The ui admin is on 8083, 8086 is default port for line protocol > > > > > > > > > > > > > > > > http://localhost:8083 > > > > > > oh, you must have install 1.1, in 1.1 it is turned off by default. > > > > > > you can use command line tool, at a command prompt type > > > > > > >influx > > > > > > or you can turn it back on by editing the influxdb.conf. (fyi- They plan > > to remove it all together in a future release) > > > > > > sudo vi /etc/influxdb/influxdb.conf > > > > > > then restart your service > > > > > > sudo service influxdb restart > > > > opps, the line is commented out so you just have to uncomment out the line, > just search for 8083 and you should find it
you have to uncomment these 2 lines # [admin] # Determines whether the admin service is enabled. enabled = false # The default bind address used by the admin service. bind-address = ":8083" # Whether the admin service should use HTTPS. # https-enabled = false # The SSL certificate used when HTTPS is enabled. # https-certificate = "/etc/ssl/influxdb.pem" -- Remember to include the version number! --- You received this message because you are subscribed to the Google Groups "InfluxData" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/influxdb. To view this discussion on the web visit https://groups.google.com/d/msgid/influxdb/c5cb49b3-7fa3-42a7-8115-dec90102217a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
