OSMC Notes

OSMC Notes


Last Updated: December 31, 2018 by Pepe Sandoval



Want to show support?

If you find the information in this page useful and want to show your support, you can make a donation

Use PayPal

This will help me create more stuff and fix the existent content...


osmc

Common

ssh osmc@192.168.0.128 scp -r /d/Movies/ osmc@192.168.0.128:/media/PORTHD/. scp -r /d/Series/ osmc@192.168.0.128:/media/PORTHD/.

ssh default

username: osmc password: osmc

Change wifi network

  1. log in to a shell to the OSMC system and execute the following command

    • ssh osmc@192.168.1.129
  2. Start connmanctl application and execute the following commands, it should lokk like this

     osmc@joseosmc:~$ connmanctl
     connmanctl> technologies
     connmanctl> enable wifi
    

    Here it will probably say anything like wifi is allready on

     connmanctl> scan wifi
     connmanctl> agent on
     connmanctl> services
    

    This will list found networks, then use connect with the long string to the right of the network you're trying to connect to - for example

     connmanctl> connect <wifi_Something> >here_managed_psk>
    

    It wil ask you your fo passpharsse use your wifi password, after if you are remotely connected you may not get access to the platform but just disconnect/reconnect otherwise exit connmanctl and reboot the platform

     connmanctl> exit
     osmc@joseosmc:~$ reboot
    
Want to show support?

If you find the information in this page useful and want to show your support, you can make a donation

Use PayPal

This will help me create more stuff and fix the existent content...