Category filter

Deploy custom configuration profile to configure Wi-Fi on tvOS devices

Want to get all your tvOS devices on a single Wi-Fi network? Setting up these devices one by one can be a tedious task. Well, use Hexnode’s Deploy Custom Configuration feature to deploy your Wi-Fi network settings remotely to your tvOS devices using a custom configuration profile.

Disclaimer:

The sample configuration profile provided below is adapted from third-party open-source sites.

Configuration profile to configure Wi-Fi settings on tvOS devices

Note:


The Apple TV should be running on tvOS 9.0 or later versions.

Let’s look at the different properties that this configuration profile offers:

  • AutoJoin: this property is of boolean type. If true, the device joins the network automatically. If false, the user must tap the network name to join it.
  • EnableIPv6: If true, enables IPv6 on this interface.
  • SSID_STR: enter the SSID of the Wi-Fi network to be used.
  • EncryptionType: specify the type of encryption your Wi-Fi network uses. You can choose from a range of options such as WPA, WPA2, WPA3, and WEP networks.
  • HIDDEN_NETWORK: this property is of boolean type. If true, defines that the network is hidden.
  • IsHotspot: this property is of boolean type. If true, it defines that the device treats the network as a hotspot.
  • Password: this property is of a string type. Enter the password of your Wi-Fi network here.
  • ProxyServer: this property is of string type. Enter your proxy server’s network address.
  • ProxyPassword: this property is of string type. Enter the password used to authenticate to the proxy server.
  • ProxyServerPort: this property is of string type. Enter the proxy server’s port number.
  • ProxyUsername: this property is of string type. Enter the username used to authenticate to the proxy server.
  • TLSCertificateRequired: this property is of boolean type. If true, allows for two-factor authentication for EAP-TTLS, PEAP, or EAP-FAST.
Notes:

  • To create and customize configuration profiles, you can use tools like Apple Configurator, Profile Manager or manually create them using text editors.
  • Use non-encrypted .mobileconfig, .xml, or plist files to deploy profiles across devices.
  • Ensure that you do not associate conflicting configurations with the devices.
  • Use wildcards to fetch key values from the portal.
  • It is recommended to manually validate the configuration profile on a system before executing it in bulk.
  • Hexnode will not be responsible for any damage/loss to the system on the behavior of the configuration profile.

  • Configuration Profile Repository