SoftEther VPN Server HTML5 Ajax-based Web Administration Console
(Under construction!)
This is the sample of HTML5 Ajax-based VPN Server Web Administration Console.
The purpose of this HTML5 admin page is to make administrators easy to set up and manage the running VPN Servers.
Authentication for this page
You must supply the HTTP basic authentication credential as following.
- To login to the VPN server as the entire server administrator, specify empty or "administrator" as the username field, and specify the server administrative password as the password field.
- To login to a particular Virtual Hub as the hub administrator, specify the hub name as the username field, and specify the hub administrative password as the password field.
Your HTML5 development contribution is very appreciated
This HTML5 page is obviously under construction, and providing very minimum functions as sample.
This initial page is written by Daiyuu Nobori (the core developer of SoftEther VPN). He is obviously lack of HTML5 development ability.
Please kindly consider to contribute for SoftEther VPN's development on GitHub. Your code will help every people running SoftEther VPN Server.
This HTML5 page's JavaScript codes directly call SoftEther VPN Server JSON-RPC API on the running VPN Server from the web browser.
You can also call the SoftEther VPN Server JSON-RPC API remotely from your original application. (JavaScript, TypeScript, C#, Java, Python, Ruby, etc.)
The insanely kindness API reference is available.