{"id":51039000,"url":"https://github.com/ipmartnetwork/install-mikrotik-chr","last_synced_at":"2026-06-22T09:01:40.442Z","repository":{"id":218128261,"uuid":"745678008","full_name":"iPmartNetwork/Install-MikroTik-CHR","owner":"iPmartNetwork","description":"Install-MikroTik-CHR","archived":false,"fork":false,"pushed_at":"2025-07-10T18:25:48.000Z","size":56,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-29T01:25:03.666Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iPmartNetwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-01-19T21:18:09.000Z","updated_at":"2025-09-19T02:01:21.000Z","dependencies_parsed_at":"2024-01-19T22:40:39.646Z","dependency_job_id":"fe8d0dcb-5ebd-4103-9d4d-ca05bd6c53b4","html_url":"https://github.com/iPmartNetwork/Install-MikroTik-CHR","commit_stats":null,"previous_names":["ipmartnetwork/install-mikrotik-chr"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/iPmartNetwork/Install-MikroTik-CHR","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iPmartNetwork%2FInstall-MikroTik-CHR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iPmartNetwork%2FInstall-MikroTik-CHR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iPmartNetwork%2FInstall-MikroTik-CHR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iPmartNetwork%2FInstall-MikroTik-CHR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iPmartNetwork","download_url":"https://codeload.github.com/iPmartNetwork/Install-MikroTik-CHR/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iPmartNetwork%2FInstall-MikroTik-CHR/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34641636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-22T09:01:38.532Z","updated_at":"2026-06-22T09:01:40.427Z","avatar_url":"https://github.com/iPmartNetwork.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Install-MikroTik-CHR-on-VPS\nEasy way for install Mikrotik’s Cloud Hosted Router on any Cloud VM\n\n## Prerequisites\n\n```bash\n  1:\n  VPS with VNC access (Preferably Ubuntu \u003e 20.04)\n  2:\n  This network information is required:\n  IP Address - Net Mask - IP Gateway\n  3:\n  In some cases you need to disable the Virtio driver!\n```\n\n## Find information manually\nFind storage name\n```bash\nlsblk | grep disk | cut -d ' ' -f 1 | head -n 1\n```\nFind ethernet name\n```bash\nip route show default | sed -n 's/.* dev \\([^\\ ]*\\) .*/\\1/p'\n```\nfind ip address name\n```bash\nip addr show $ETH | grep global | cut -d' ' -f 6 | head -n 1\n```\nfind gateway name\n```bash\nip route list | grep default | cut -d' ' -f 3\n```\n## Installation\n\nFor MikroTik 7.10\n\n```bash\n    bash -c \"$(curl -L https://raw.githubusercontent.com/ipmartnetwork/Install-MikroTik-CHR/main/mik710.sh)\"\n```\n\nFor MikroTik 7.13.2\n\n```bash\n  bash -c \"$(curl -L https://raw.githubusercontent.com/ipmartnetwork/Install-MikroTik-CHR/main/mik7132.sh)\"\n```\n\nFor MikroTik 7.14\n\n```bash\n  bash -c \"$(curl -L https://raw.githubusercontent.com/ipmartnetwork/Install-MikroTik-CHR/main/mik714.sh)\"\n```\n\nFor MikroTik 7.14.2\n\n```bash\n  bash -c \"$(curl -L https://raw.githubusercontent.com/ipmartnetwork/Install-MikroTik-CHR/main/mik7142.sh)\"\n```\n\n\nFor MikroTik 7.14.3\n\n```bash\n  bash -c \"$(curl -L https://raw.githubusercontent.com/ipmartnetwork/Install-MikroTik-CHR/main/mik7143.sh)\"\n```\n\nFor MikroTik 7.14.3 ARM64\n\n```bash\n  bash -c \"$(curl -L https://raw.githubusercontent.com/ipmartnetwork/Install-MikroTik-CHR/main/ARM64.sh)\"\n```\n\nFor MikroTik 7.16.2\n\n```bash\n  bash -c \"$(curl -L https://raw.githubusercontent.com/ipmartnetwork/Install-MikroTik-CHR/main/mik7162.sh)\"\n```\n\n\nFor MikroTik 7.18.1\n\n```bash\n  bash -c \"$(curl -L https://raw.githubusercontent.com/ipmartnetwork/Install-MikroTik-CHR/main/chr7181.sh)\"\n```\n\n\nAfter install be sure to turn off the server and turn on again\n## Post installation settings\n\nIn some cases it is possible that the network settings inside the MikroTik may not be done correctly that you must manually and through the VNC console.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipmartnetwork%2Finstall-mikrotik-chr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipmartnetwork%2Finstall-mikrotik-chr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipmartnetwork%2Finstall-mikrotik-chr/lists"}