Easily build your own
DN

AxisNow makes it easy for you to build a private Access One. Development testing, remote access and Zero Trust as Code in one software

Access One For developers

All-in-one Software

Testing
Debug

Map internal/local host applications in development to internet access.

Remote
Access

Secure access to the internet, manage SSH/RDP, or access sensitive resources.

Secure
Delivery

Embed zero-trust security into your apps and APIs and deploy them to your self-hosted secure gateway.

With development, testing, and debugging in real time

Easily build your own Ngrok

Share localhost apps with teammates instantly with one command.
Share localhost APIs and webhook destinations with public services for testing.

Remote access to Intranet and Internet

Easily build your own VPN

Secure private access to the internet using your self-hosted PoPs and intelligent routing. Protect sensitive resources like SaaS applications, cloud environments, and on-premises services with fine-grained access policies based on users, location, and devices.

Built for developers

Zero Trust as Code

AxisNow provides a native, built-in zero-trust solution for applications. Embed zero-trust security for your apps, APIs, and IoT devices.

The plugin-based gateway architecture allows you to develop your own use cases.

Automate your network security with DevOps. AxisNow delivers all its features through standard APIs from the ground up.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
const Axisnow = new Axisnow({ token: api_token });

// Promise <Item>
const item = axisnow.createItem({
   collectionId: '580e63fc8c9a982ac9b8b745',
   fields: {
      'name': 'Exciting blog post title',
      'slug': 'exciting-post',
      '_archived': false,
      '_draft': false,
      'color': '#a98080',
      'author': '580e640c8c9a982ac9b8b778',
      'post-body': '<p>Blog post contents...</p>',
      'post-summary': 'Summary of exciting blog post',
      'main-image': '580e63fe8c9a982ac9b8b749',
   },
});
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
const axisnow = new axisnow({ token: api_token });

// Promise <Webhook>
const webhook = axisnow.createWebhook({
   siteId: '562ac0395358780a1f5e6fbd',
   triggerType: 'form_submission',
   url: 'https://api.mydomain.com/webhook',
});
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
const Axisnow = new Axisnow({ token: api_token });

// Promise <Item>
const item = axisnow.createItem({
   collectionId: '580e63fc8c9a982ac9b8b745',
   fields: {
      'name': 'Exciting blog post title',
      'slug': 'exciting-post',
      '_archived': false,
      '_draft': false,
      'color': '#a98080',
      'author': '580e640c8c9a982ac9b8b778',
      'post-body': '<p>Blog post contents...</p>',
      'post-summary': 'Summary of exciting blog post',
      'main-image': '580e63fe8c9a982ac9b8b749',
   },
});
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
const Axisnow = new Axisnow({ token: api_token });

// Promise <Item>
const item = axisnow.createItem({
   collectionId: '580e63fc8c9a982ac9b8b745',
   fields: {
      'name': 'Exciting blog post title',
      'slug': 'exciting-post',
      '_archived': false,
      '_draft': false,
      'color': '#a98080',
      'author': '580e640c8c9a982ac9b8b778',
      'post-body': '<p>Blog post contents...</p>',
      'post-summary': 'Summary of exciting blog post',
      'main-image': '580e63fe8c9a982ac9b8b749',
   },
});

Ready to see
AxisNow in action?