404 not found when start erp

hi guys i try install erp next with this tutorial Installation
when i start with commands “benc start” all is good, but when i click http://127.0.0.1:8000 or localhost:8000 it show 404 not found.

jacksunidi@jacksunidi-Aspire-E1-470:~/frappe-bench$ bench start
11:45:25 system           | redis_socketio.1 started (pid=6545)
11:45:25 system           | redis_cache.1 started (pid=6543)
11:45:25 system           | watch.1 started (pid=6555)
11:45:25 redis_socketio.1 | 6548:C 07 Feb 2023 11:45:25.678 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
11:45:25 redis_socketio.1 | 6548:C 07 Feb 2023 11:45:25.678 # Redis version=6.0.16, bits=64, commit=00000000, modified=0, pid=6548, just started
11:45:25 redis_socketio.1 | 6548:C 07 Feb 2023 11:45:25.678 # Configuration loaded
11:45:25 redis_socketio.1 | 6548:M 07 Feb 2023 11:45:25.680 * Increased maximum number of open files to 10032 (it was originally set to 1024).
11:45:25 system           | socketio.1 started (pid=6556)
11:45:25 system           | redis_queue.1 started (pid=6547)
11:45:25 redis_socketio.1 | 6548:M 07 Feb 2023 11:45:25.682 * Running mode=standalone, port=12000.
11:45:25 redis_socketio.1 | 6548:M 07 Feb 2023 11:45:25.682 # Server initialized
11:45:25 redis_socketio.1 | 6548:M 07 Feb 2023 11:45:25.682 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
11:45:25 redis_socketio.1 | 6548:M 07 Feb 2023 11:45:25.683 * Ready to accept connections
11:45:25 system           | worker.1 started (pid=6563)
11:45:25 system           | web.1 started (pid=6552)
11:45:25 system           | schedule.1 started (pid=6573)
11:45:25 redis_cache.1    | 6553:C 07 Feb 2023 11:45:25.719 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
11:45:25 redis_cache.1    | 6553:C 07 Feb 2023 11:45:25.719 # Redis version=6.0.16, bits=64, commit=00000000, modified=0, pid=6553, just started
11:45:25 redis_cache.1    | 6553:C 07 Feb 2023 11:45:25.719 # Configuration loaded
11:45:25 redis_cache.1    | 6553:M 07 Feb 2023 11:45:25.721 * Increased maximum number of open files to 10032 (it was originally set to 1024).
11:45:25 redis_cache.1    | 6553:M 07 Feb 2023 11:45:25.723 * Running mode=standalone, port=13000.
11:45:25 redis_cache.1    | 6553:M 07 Feb 2023 11:45:25.724 # Server initialized
11:45:25 redis_cache.1    | 6553:M 07 Feb 2023 11:45:25.724 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
11:45:25 redis_queue.1    | 6567:C 07 Feb 2023 11:45:25.725 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
11:45:25 redis_cache.1    | 6553:M 07 Feb 2023 11:45:25.725 * Ready to accept connections
11:45:25 redis_queue.1    | 6567:C 07 Feb 2023 11:45:25.726 # Redis version=6.0.16, bits=64, commit=00000000, modified=0, pid=6567, just started
11:45:25 redis_queue.1    | 6567:C 07 Feb 2023 11:45:25.727 # Configuration loaded
11:45:25 redis_queue.1    | 6567:M 07 Feb 2023 11:45:25.741 * Increased maximum number of open files to 10032 (it was originally set to 1024).
11:45:25 redis_queue.1    | 6567:M 07 Feb 2023 11:45:25.748 * Running mode=standalone, port=11000.
11:45:25 redis_queue.1    | 6567:M 07 Feb 2023 11:45:25.749 # Server initialized
11:45:25 redis_queue.1    | 6567:M 07 Feb 2023 11:45:25.750 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
11:45:25 redis_queue.1    | 6567:M 07 Feb 2023 11:45:25.752 * Ready to accept connections
11:45:30 watch.1          | 
11:45:30 watch.1          | yarn run v1.22.19
11:45:30 watch.1          | $ node esbuild --watch --live-reload
11:45:31 web.1            | WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
11:45:31 web.1            |  * Running on all addresses (0.0.0.0)
11:45:31 web.1            |  * Running on http://127.0.0.1:8000
11:45:31 web.1            |  * Running on http://192.168.2.190:8000
11:45:31 web.1            | Press CTRL+C to quit
11:45:31 web.1            |  * Restarting with stat
11:45:33 web.1            |  * Debugger is active!
11:45:33 web.1            |  * Debugger PIN: 999-645-970
11:45:56 web.1            | 127.0.0.1 - - [07/Feb/2023 11:45:56] "GET / HTTP/1.1" 404 -
11:46:07 web.1            | 127.0.0.1 - - [07/Feb/2023 11:46:07] "GET / HTTP/1.1" 404 -
11:46:11 web.1            | 127.0.0.1 - - [07/Feb/2023 11:46:11] "GET / HTTP/1.1" 404 -
11:46:16 watch.1          | [@vue/compiler-sfc] the >>> and /deep/ combinators have been deprecated. Use :deep() instead.
11:46:16 watch.1          | 
11:46:17 watch.1          | [@vue/compiler-sfc] the >>> and /deep/ combinators have been deprecated. Use :deep() instead.
11:46:17 watch.1          | 
11:46:20 watch.1          | Watching for changes...
11:49:05 web.1            | 127.0.0.1 - - [07/Feb/2023 11:49:05] "GET / HTTP/1.1" 404 -

Did you try this address?
Running on http://192.168.2.190:8000