# How to start O-DU Kit * ssh to o-du kit ``` ssh synergy@10.1.7.18 pass: synergy ``` * ssh to DU: ``` ssh root@169.254.100.100 pass: root ``` * log in to ODU command line, and start C/U planes: ``` #synCLI_isc ODU>cuplane_enable 0 3 ``` * Monitor the traffic: ``` ODU>opm 10 ``` # How to restart O-DU Kit: ssh to o-du kit (same as above), then `sudo reboot` (pass:synergy). # Start Free 5G webconsole: * loggin into O-DU Kit: ``` ssh synergy@10.1.7.18 sudo su screen -dr ``` * Create a new screen: `[ctrl + a + c]` key combination `ssh root@localhost` pass: root ![](https://i.imgur.com/fRz46YF.png) * Goto `free5gc` foler: `cd /home/synergy/free5gc/webconsole` and issue: `go run server.go` * Use web browder to login Free5GC database: user/pass: admin/free5gc ![](https://i.imgur.com/zySStPF.png)