Getting started

Setup and Deployment

Minimal Setup

  • Generate static JSON configuration (e.g. using OpenZen Config Generator - or just copy the example below)

  • Host configuration using a HTTP server of your choosing

  • Install and onboard device, pointing it to the HTTP server

Easy Deployment

  • Pre-compiled firmware images available

  • Generally supported by any Openwrt-compatible device

  • Onboarding parameters:

    • Config-Download-URL (HTTP-based backend communication)

    • optional: State-Report-URL

    • Firmware-Download-URL (can be pointed to OpenZen server)

    • optional: CA certificate

    • optional: X509 private key

Basic Example Configuration

{
	"networks": {
		"1": {
			"type": "bridge",
			"uplink_prio": 2,
			"internal": true,
			"l3_access": {
				"dhcp": true
			},
			"ports": [
				{
					"num": 1
				},
				{
					"num": 2
				}
			]
		}
	},
	"wifi": {
		"aps": {
			"1": {
				"network_id": 1,
				"ssid": "One SSID",
				"encr": "psk",
				"psk": "one password"
			}
		}
	},
	"update": {
		"endpoint": "https://firmwares.openzen.org",
		"automatic": {
			"time": "04:00:00"
		}
	},
	"location": {
		"regulatory_domain": "FR"

Minimal Setup

  • Generate static JSON configuration (e.g. using OpenZen Config Generator - or just copy the example below)

  • Host configuration using a HTTP server of your choosing

  • Install and onboard device, pointing it to the HTTP server

Easy Deployment

  • Pre-compiled firmware images available

  • Generally supported by any Openwrt-compatible device

  • Onboarding parameters:

    • Config-Download-URL (HTTP-based backend communication)

    • optional: State-Report-URL

    • Firmware-Download-URL (can be pointed to OpenZen server)

    • optional: CA certificate

    • optional: X509 private key

Basic Example Configuration

{
	"networks": {
		"1": {
			"type": "bridge",
			"uplink_prio": 2,
			"internal": true,
			"l3_access": {
				"dhcp": true
			},
			"ports": [
				{
					"num": 1
				},
				{
					"num": 2
				}
			]
		}
	},
	"wifi": {
		"aps": {
			"1": {
				"network_id": 1,
				"ssid": "One SSID",
				"encr": "psk",
				"psk": "one password"
			}
		}
	},
	"update": {
		"endpoint": "https://firmwares.openzen.org",
		"automatic": {
			"time": "04:00:00"
		}
	},
	"location": {
		"regulatory_domain": "FR"

Minimal Setup

  • Generate static JSON configuration (e.g. using OpenZen Config Generator - or just copy the example below)

  • Host configuration using a HTTP server of your choosing

  • Install and onboard device, pointing it to the HTTP server

Easy Deployment

  • Pre-compiled firmware images available

  • Generally supported by any Openwrt-compatible device

  • Onboarding parameters:

    • Config-Download-URL (HTTP-based backend communication)

    • optional: State-Report-URL

    • Firmware-Download-URL (can be pointed to OpenZen server)

    • optional: CA certificate

    • optional: X509 private key

Basic Example Configuration

{
	"networks": {
		"1": {
			"type": "bridge",
			"uplink_prio": 2,
			"internal": true,
			"l3_access": {
				"dhcp": true
			},
			"ports": [
				{
					"num": 1
				},
				{
					"num": 2
				}
			]
		}
	},
	"wifi": {
		"aps": {
			"1": {
				"network_id": 1,
				"ssid": "One SSID",
				"encr": "psk",
				"psk": "one password"
			}
		}
	},
	"update": {
		"endpoint": "https://firmwares.openzen.org",
		"automatic": {
			"time": "04:00:00"
		}
	},
	"location": {
		"regulatory_domain": "FR"

Minimal Setup

  • Generate static JSON configuration (e.g. using OpenZen Config Generator - or just copy the example below)

  • Host configuration using a HTTP server of your choosing

  • Install and onboard device, pointing it to the HTTP server

Easy Deployment

  • Pre-compiled firmware images available

  • Generally supported by any Openwrt-compatible device

  • Onboarding parameters:

    • Config-Download-URL (HTTP-based backend communication)

    • optional: State-Report-URL

    • Firmware-Download-URL (can be pointed to OpenZen server)

    • optional: CA certificate

    • optional: X509 private key

Basic Example Configuration

{
	"networks": {
		"1": {
			"type": "bridge",
			"uplink_prio": 2,
			"internal": true,
			"l3_access": {
				"dhcp": true
			},
			"ports": [
				{
					"num": 1
				},
				{
					"num": 2
				}
			]
		}
	},
	"wifi": {
		"aps": {
			"1": {
				"network_id": 1,
				"ssid": "One SSID",
				"encr": "psk",
				"psk": "one password"
			}
		}
	},
	"update": {
		"endpoint": "https://firmwares.openzen.org",
		"automatic": {
			"time": "04:00:00"
		}
	},
	"location": {
		"regulatory_domain": "FR"

Minimal Setup

  • Generate static JSON configuration (e.g. using OpenZen Config Generator - or just copy the example below)

  • Host configuration using a HTTP server of your choosing

  • Install and onboard device, pointing it to the HTTP server

Easy Deployment

  • Pre-compiled firmware images available

  • Generally supported by any Openwrt-compatible device

  • Onboarding parameters:

    • Config-Download-URL (HTTP-based backend communication)

    • optional: State-Report-URL

    • Firmware-Download-URL (can be pointed to OpenZen server)

    • optional: CA certificate

    • optional: X509 private key

Basic Example Configuration

{
	"networks": {
		"1": {
			"type": "bridge",
			"uplink_prio": 2,
			"internal": true,
			"l3_access": {
				"dhcp": true
			},
			"ports": [
				{
					"num": 1
				},
				{
					"num": 2
				}
			]
		}
	},
	"wifi": {
		"aps": {
			"1": {
				"network_id": 1,
				"ssid": "One SSID",
				"encr": "psk",
				"psk": "one password"
			}
		}
	},
	"update": {
		"endpoint": "https://firmwares.openzen.org",
		"automatic": {
			"time": "04:00:00"
		}
	},
	"location": {
		"regulatory_domain": "FR"

OpenSource

cloud-tunnels

© Copyright 2024 All rights reserved.

Getting started

Setup and Deployment

Minimal Setup

  • Generate static JSON configuration (e.g. using OpenZen Config Generator - or just copy the example below)

  • Host configuration using a HTTP server of your choosing

  • Install and onboard device, pointing it to the HTTP server

Easy Deployment

  • Pre-compiled firmware images available

  • Generally supported by any Openwrt-compatible device

  • Onboarding parameters:

    • Config-Download-URL (HTTP-based backend communication)

    • optional: State-Report-URL

    • Firmware-Download-URL (can be pointed to OpenZen server)

    • optional: CA certificate

    • optional: X509 private key

Basic Example Configuration

{
	"networks": {
		"1": {
			"type": "bridge",
			"uplink_prio": 2,
			"internal": true,
			"l3_access": {
				"dhcp": true
			},
			"ports": [
				{
					"num": 1
				},
				{
					"num": 2
				}
			]
		}
	},
	"wifi": {
		"aps": {
			"1": {
				"network_id": 1,
				"ssid": "One SSID",
				"encr": "psk",
				"psk": "one password"
			}
		}
	},
	"update": {
		"endpoint": "https://firmwares.openzen.org",
		"automatic": {
			"time": "04:00:00"
		}
	},
	"location": {
		"regulatory_domain": "FR"

OpenSource

cloud-tunnels

© Copyright 2024 All rights reserved.