Can Hexnode automatically block mobile data when devices roam internationally?Solved

Participant
Discussion
14 hours ago Mar 06, 2026

We want to prevent excessive or unauthorized mobile data usage during international travel for our iOS devices. Ideally, we’d like a setup where devices connected to a mobile network outside the approved home country are detected, and mobile data is blocked or restricted to business apps only. Is this possible with Hexnode? 

Replies (3)

Marked SolutionPending Review
Participant
13 hours ago Mar 06, 2026
Marked SolutionPending Review

That sounds like a smart way to control roaming costs. I’m wondering if dynamic groups could help here by flagging devices based on network location. 

Marked SolutionPending Review
Hexnode Expert
12 hours ago Mar 06, 2026
Marked SolutionPending Review

Thankyou for raising this question. 
 
In Hexnode UEM, this can be implemented by combining GeofencingDynamic Device Groups, and by automating remote actions. 

Here’s how you can do it:  

Step 1: Create a geofence for the Home country 

First, define the geographic area where devices are expected to operate normally. 

Steps 

  1. Sign in to the Hexnode UEM portal. 

  1. Navigate to Admin → Geofencing. 

  1. Click Create Fence. 

  1. Enter a Fence Name. 

  1. Use the map to draw the boundary covering the approved region. 

  1. Configure the required radius or polygon boundary. 

  1. Click Save. 

This geofence will represent the region where devices are expected to operate without restrictions. 

Step 2: Create the Dynamic Group 

  1. Manage → Device Groups → New Dynamic Group 

  1. Name it International. 

  1. Use the Exclude option in the corner. 

  1. Add a Conditional Filter: 

  1. Device Info → Platform = iOS 

Step 3: Create a Compliance Policy with Geofence 

  1. In the Hexnode portal, go to Policies → Compliance Policy. 

  1. Click Add New Policy. 

  1. Under Basic Settings, select the option Device moves out of geofence. 

  1. Save the compliance policy and assign it to the dynamic group. 

Step 3: Create Automation 

  1. Go to Automation → New Automation. 

  1. Choose Platform = iOS. 

  1. Configure the actions: 

  • Disable Data Roaming → prevents mobile data usage while roaming. 

  • Disable Personal Hotspot → blocks tethering/sharing data. 

  1. Define the trigger as Activity. 

  1. Set the initiation condition to On Location Non-Compliance. 

  1. Associate the automation with the above created dynamic group. 

Now, whenever your iOS device is detected outside the approved geofence, the automation will trigger and enforce the restrictions automatically. 

 

Regards, 
Mary Romero 

Marked SolutionPending Review
Participant
8 hours ago Mar 06, 2026
Marked SolutionPending Review

That’s kinda the automation we need for international travel.  

Save