By mistake put wrong fixed ip

Hello Home assistant crew! I made a BIG mistake changing the ip address of my home assistant, i changed in the Net page in System. I’ve accidentally changed and now i can’t get in my home assistant page. Can i change it some way? Using the consolle maybe?

I’ve never used it before and i’m not really sure how to do it.

Anyone can help me, please?

Thank you

It’s very much possible to change the IP address using keyboard. There is already detailed steps are given herehttps://community.home-assistant.io/t/changing-connectivity-to-wifi-via-cli/593450

You may reset it back to dhcp and then change it later via GuI as well follow this method

network update eth0 --ipv4-method auto

first solution talk about wifi connection? is not that problem…
About the second solution, how can I insert that code?

Connect monitor and keyboard
at the ha> prompt, enter:

login
network update eth0 --ipv4-method auto

i solved using this code
ha> network update “name” --ipv4-method auto

Thank you community!