← Blog
Tutorial 7 min read

How to Migrate From UptimeRobot to PingBase

Whether you're leaving UptimeRobot because of price, features, or reliability, the migration is straightforward. Here's the full walkthrough — monitors, status pages, alert channels, and team members.

UptimeRobot is where a lot of people start with uptime monitoring — it's free for up to 50 monitors and has been around for a long time. But as your product grows, you run into its limits: 5-minute check intervals on the free plan, no multi-region monitoring, limited alert channels, and a status page that can't be white-labeled on free or entry-level plans.

PingBase offers 1-minute checks, multi-region monitoring, custom domain status pages, response time graphs, monitor dependencies, SLA tracking, and more — starting free for up to 5 monitors.

The migration takes about 20 minutes. Here's exactly what to do.


Step 1: Export your UptimeRobot monitor list

Before you start, get a list of everything you're monitoring in UptimeRobot so you don't miss anything. In UptimeRobot:

  1. Log in and go to My Settings
  2. Scroll to Export Data
  3. Download the CSV export — it contains all your monitors, their URLs, types, and alert contacts

Open the CSV and make note of:


Step 2: Set up your PingBase account

  1. Create a free account at app.pingba.se/register
  2. Verify your email
  3. You're in — no credit card required for the free plan

Step 3: Recreate your monitors

PingBase supports bulk monitor import via CSV. If you have many monitors, this is the fastest path:

  1. In your PingBase dashboard, go to Monitors → Import
  2. Download the PingBase import template CSV
  3. Map your UptimeRobot export data to the PingBase format (URL, name, type, check interval)
  4. Upload and import

For smaller setups (under 10 monitors), manually adding them is often faster than reformatting a CSV. Click Add Monitor and fill in:

UptimeRobot field PingBase equivalent Notes
Friendly nameMonitor nameSame
URLURLSame
Monitor type (HTTP)HTTP monitorSame
Monitor type (Ping)TCP monitorUse host + port 80
Monitor type (Port)TCP monitorSame host, specify port
Check interval (5 min free)Check intervalPingBase free plan: 1-min checks
Alert contactsAlert channelsSet up separately in step 4

Keyword monitoring in UptimeRobot (check that a string appears or doesn't appear in the page) maps to PingBase's response body contains and response body does not contain fields in the HTTP monitor settings.


Step 4: Set up alert channels

PingBase supports email, Slack, Telegram, PagerDuty, webhook, and SMS alert channels. Go to Settings → Alert Channels and add each one:

Email

Add the same email addresses you had in UptimeRobot. Each email address gets an alert channel — you can assign different channels to different monitors.

Slack

Create a new Slack webhook in your Slack workspace (Manage Apps → Incoming Webhooks), copy the webhook URL, and paste it into PingBase's Slack channel setup. Send a test alert to verify it appears in the right channel.

Telegram

In PingBase, go to Alert Channels → Add Telegram and follow the setup instructions (create a bot via BotFather, get your chat ID). This is identical to UptimeRobot's Telegram integration.

Custom webhooks

If you were using UptimeRobot's webhook integration to connect to custom systems, add a webhook alert channel in PingBase with the same destination URL. PingBase sends structured JSON payloads on alert and resolution — check the API docs for the exact format.

Once your channels are set up, assign them to your monitors: go to each monitor's settings and select which alert channels should notify for that monitor.


Step 5: Recreate your status page

If you had a public status page in UptimeRobot, recreate it in PingBase:

  1. Go to Status Pages → Create Status Page
  2. Give it a name and slug (e.g., status.yoursite.com)
  3. Add the monitors you want to display — you can group them (API, Website, Infrastructure)
  4. Configure visibility: public or private (password-protected for internal use)

Custom domain setup

PingBase status pages support custom domains on all plans. To set up status.yourcompany.com:

  1. In your status page settings, enter your custom domain
  2. Add a CNAME record in your DNS: status CNAME pages.pingba.se
  3. SSL is provisioned automatically — usually takes 1-2 minutes

In UptimeRobot, custom domains required a paid plan. In PingBase, it's included.


Step 6: Invite your team

If you had team members in UptimeRobot, add them to PingBase under Settings → Team Members. Enter their email addresses — they'll receive an invite to join your workspace with access to all monitors and the status page.


Step 7: Run both in parallel for 48 hours

Before canceling UptimeRobot, run both services simultaneously for 48 hours. This lets you:

After 48 hours with no issues, update your status page link in your app and documentation to the PingBase URL, then cancel UptimeRobot.


Features you get that UptimeRobot doesn't have

Feature UptimeRobot PingBase
1-minute checks (free plan)5 min onlyYes
Multi-region monitoringNoYes
Response time graphsBasic90-day history
Custom domain status page (free)Paid onlyAll plans
Monitor dependenciesNoYes
SLA trackingNoYes
DNS monitoringNoYes
Heartbeat / cron monitoringLimitedFull support

Ready to make the switch?

Start free — no credit card required. Import your monitors, set up your status page, and you're live in under 20 minutes.

Create free account →

Related