Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
technical:pp-connect [2025/07/22 21:53] – [Realm -> Hotspot2.0/Passpoint] systemtechnical:pp-connect [2025/07/22 22:59] (current) – [Rd-Connect Mobile App] system
Line 27: Line 27:
  
 ------ ------
- 
  
 ====== Rd-Connect ====== ====== Rd-Connect ======
Line 47: Line 46:
     * Certificate Authority and allowed FQDN for EAP Certificates      * Certificate Authority and allowed FQDN for EAP Certificates 
 </WRAP> </WRAP>
 +
 +------
  
 ===== Install Rd-Connect (Server Side) ===== ===== Install Rd-Connect (Server Side) =====
Line 58: Line 59:
 </code> </code>
  
 +------
  
 ===== Configure Rd-Connect ===== ===== Configure Rd-Connect =====
Line 64: Line 66:
   * To allow user registration we will latch onto an existing Login Page where the User Registration is already configured.   * To allow user registration we will latch onto an existing Login Page where the User Registration is already configured.
   * Once these two items have been configured we can do the last tweaks on Rd-Connect's config file for everything to work together as a unit.   * Once these two items have been configured we can do the last tweaks on Rd-Connect's config file for everything to work together as a unit.
 +
 +
 +------
  
 ==== Realm -> Hotspot2.0/Passpoint ==== ==== Realm -> Hotspot2.0/Passpoint ====
Line 102: Line 107:
   * We then choose an SSID in APdesk where we apply this Profile to:   * We then choose an SSID in APdesk where we apply this Profile to:
 {{:technical:pp_profiles:passpoint-entry-point.png?nolink|}} {{:technical:pp_profiles:passpoint-entry-point.png?nolink|}}
 +
 +
 +--------
 +
 +==== User Registration ====
 +  * Select a Login Page in the same cloud as the Realm where you configured the Realm -> Hotspot2.0/Passpoint settings.
 +  * Enable User Registration.
 +{{:technical:pp_profiles:user_registration.png?nolink|}} 
 +  * The last remaining item is to configure Rd-Connect.
 +
 +-------
 +
 +==== Adjust Rd-Connect ====
 +  * Refer to the file: ///var/www/rd_connect/build/production/RdConnect/resources/js/config.js//
 +
 +<code JavaScript>
 +window.AppConfig = {
 +    pageTitle   : 'My ISP Portal',
 +    pageHeader  : 'My ISP Portal',
 +    pageFooter  : 'RADIUSdesk 2025',
 +    loginPageId : 50,
 +    i18n        : 'en_GB'
 +};
 +</code>
 +  * Most items are self explanatory.
 +  * The **loginPageId** should match the **dynamic_id** value when you preview the Login Page where you configured User Registration e.g. https://cloud.radiusdesk.com/login/bootstrap5/index.html?dynamic_id=50&i18n=en_GB 
 +
 +------
  
 ===== Rd-Connect Mobile App ===== ===== Rd-Connect Mobile App =====
 +  * Everything is now in place for you to use Rd-Connect.
 +  * Adjust the URL to match your RADIUSdesk server.
 +  * http://cloud.radiusdesk.com/rd_connect/#home
 +  * You can also install the app on your phone as a PWA.
 +  * See screenshots below.
 +{{:technical:pp_profiles:rd-connect-1.jpeg?nolink|}}
 +{{:technical:pp_profiles:rd-connect-2.jpeg?nolink|}}
 +{{:technical:pp_profiles:rd-connect-3.jpeg?nolink|}}
 +  * After you logged in, you can download and install the Hotspot2.0/Passpoint profiles specific for your Operating System.
 +  * In the next screenshot you can see where my phone used the downloaded and installed Hotspot2.0/Passpoint profile to connect to the Access Point that has Hotspot2.0/Passpoint configured.
 +  * Note the Security is indicated as **Passpoint**.
 +  * You will also see the name matches the name we specified under the Realm -> Hotspot2.0/Passpoint settings (Wenley-HiFi-1.0.1).
 +{{:technical:pp_profiles:rd-connect-4.jpeg?nolink|}}
 +  * As you can see from this page that Rd-Connect makes user registration and on-boarding on Hotspot2.0/Passpoint networks a snap. 
 +
  
  
  
  
  • technical/pp-connect.1753213999.txt.gz
  • Last modified: 2025/07/22 21:53
  • by system