====== Troubleshooting: ====== ==== Problem: ==== {{:update_bot_troubleshoot.png?400|}} Solution: You need to update your bot to latest version. ---- ==== Problem: ==== {{:old_mono_troubleshoot.png?400|}} Solution: You need to update Mono to [[mono-devel_installation|Version 5.10.0.160]]. ---- ==== Problem: ==== {{:reconnecting_troubleshoot.png?400|}} Solution: There is nothing to worry about.Bot will connect again and will continue its work. ---- ==== Problem: ==== Webmin login page is opened when I go to https://127.0.0.1:10000 Solution 1: You can change webmin port. * Open Webmin config: nano /etc/webmin/miniserv.conf * Find that line and change the port to whatever you like: port = 10000 * Restart webmin sudo service webmin restart ---- Solution 2: You can change ARBI port. * Close ARBI instance: * Open ARBI global config: nano /path/to/arbi/config-Global.json * Change the port to whatever you like: port = 10000 * Start ARBI instance