After compile , can't access web UI

hi boddies,
i compile the source finish success like that :

  1. git clone https://github.com/openwrt/openwrt.git
  2. cd openwrt
  3. ./scripts/feeds update -a
  4. ./scripts/feeds install -a
    5 .make menuconfig --> yes ,i have select luci collections,---->luci and luci nginx
  5. make V=99
    after use cable connect from computer to my mainboard router, i also set my computer ip : 192.168.1.2,
    also get into router set ip ,and set passwd finish,
    but chrome still can't open web gui 192.168.1.1
    another quession : i download 18.06.1 img from openwrt.org , and put into my maiboard router,my keyboard and mouse doesn't work ,
    somebody help,i compile many times , still failed.

How about starting with the vanilla LuCI without trying nginx as the first step.

And you should not select both luci and luci-nginx collections at the same time, as they install competing web servers.

thnanks hnyman,let me try cancle luci-gninx,
How about starting with the vanilla LuCI without trying nginx as the first step. ??----what's it mean?

It means to use the included LuCI/uhttpd and don't use nginx.