Backup and Restore Users Account Created by Mikrotik Hotspot to Another Mikrotik Box

The main problem for replacing old Mikrotik Hotspot with a new one is to migrate or move all built in users account (Users created by Mikrotik Hotspot) from the old box to a new one. Actually, you can do it manually by write all the users data account (Username, password, MAC address and etc) in the new Mikrotik Hotspot box one per line until all users restored, but that will cost much more time especially if you've got lot of users account.

The easies ways to backup and restore users account is using export and import command in Mikrotik Terminal. Mikrotik Export allow you to backup current Mikrotik configuration in to a file (depend on which current folder location you are). Mikrotik Import allow you to execute command from a specific file (only in Mikrotik root folder).

1. Backup Users Account in Old Mikrotik Box.
To start backup Mikrotik Hotspot, open Mikrotik terminal in your old box with admin privilege and then go to Mikrotik Hotspot Users Folder with "ip hotspot user" command. Start export users configuration with "export file=users" command.



Now all Mikrotik users account and profile are exported to "users.rsc" file located in the "file" folder. You can change the exported users file with any name you like in the "file=anynameyoulike" section from above command.

Grab "users.rsc" (or whatever you named for the exported file) from old Mikrotik Box to your computer using file transfer program e.g ftp and winscp (make sure ftp or ssh enabled on your Mikrotik).


2. Restore Users Account to New Mikrotik Box.
Copy "users.rsc" from your computer to new Mikrotik Box using file transfer program (ftp, winscp and etc). Now, login to new Mikrotik Terminal using telnet, putty or winbox New Terminal with admin privilege.

Before continue to restore the users account, be sure you've already set your hotspot in the new Mikrotik. To start importing users account, type "import users.rsc" command on your current location (Mikrotik root). This command will execute any configuration command on users.rsc file, don't worry about file location because it will automatically look in "file" folder for the filename you've type after the "import" command.


Now all users and profile on you old Mikrotik Hotspot should be restored completely to the new Mikrotik Hotspot.


Clean up windows registry with Eusing Free Registry Cleaner

Common windows crashes and error are caused by windows registry. This problem occur because of many reason including references left behind after uninstallation, incorrect software removal without uninstallation, missing hardware drivers or orphaned startup programs. Those problem remain in registry and significantly increase the registry size. As a consequence computer will need more time to load, to search and read data from the registry.


Eusing Free Registry Cleaner is a fast registry repair software that safely clean and repair common registry problem in two steps that is scan and repair. You can restore previous deleted registry easily, just in case if you found this tool caused problem in your computer.


Eusing Free Registry Cleaner is another free tool to maintain windows registry without any cost, but if you find the tools usable and want to support the creator, a couple of dollar is appreciate in order to support the development.


Blogger - Problem custom favicon wont show up

I love to customize my blogs with many custom-able things such as using sIFR to post title and changing default blogger favicon with custom static or animated favicon. But in the last month i figure out that my favicon wasn't show up in several browser including Firefox and Opera. But with some trial error experiment, I've accidentally founded the solution.


This problem occur if you place your "SHORCUT ICON" code above the element that default named with "all-head-content". It's likely that the default faveicon replacing yours with the blogger default if you placed it above the all-head-content element.


Move you code to bellow the "all-head-content" element to fix the problem, save you work and then refresh your browser. If nothing is wrong you should see your custom favicon on the left url bar or tabs if you open your blog with Firefox or Opera.