dietpi-software install 53

#MineOS Fix
chpasswd -c SHA512 <<< 'root:dietpi'

#now you can login to your server
http://192.168.1.XXX:8443


####    DONE MineOs sould work now   ####


#folder to stop and start your world
cd /mnt/dietpi_userdata/mineos/minecraft

#commands to stop and start
./mineos_console.js -s westworld stop
./mineos_console.js -s westworld start


#samba stuff
nano /etc/samba/smb.conf

[minecraftworld]
        comment = minecraftworld
        path = /mnt/dietpi_userdata/mineos/serverdata/servers
        browseable = yes
        create mask = 0775
        directory mask = 0775
        valid users = dietpi
        writeable = yes
max connections = 8