PingDart Platform: User Manual
Welcome to the PingDart Cloud Infrastructure & Services Platform! This comprehensive guide walks you through every feature of our application, designed to help developers and businesses scale instantly.
Note: Throughout this manual, you will see placeholder images. These show where actual application screenshots will be placed.
To access the PingDart dashboard and consume APIs, you must first create an account.
- Navigate to the Registration Page (
/auth/register). - Fill in your First Name, Last Name, Email, Phone Number, and Password.
- Accept the Terms and Conditions and click Create Account.
(Insert Registration Screenshot Here)
If you already have an account:
- Navigate to the Login Page (
/auth/login). - Enter your Email and Password. A Two-Factor Authentication (OTP) code will be sent to your registered email.
- Enter the 4-digit OTP to securely access your Dashboard.
(Insert Login Screenshot Here)
Upon successful login, you are greeted by the Main Dashboard. From here you can access all your active services, billing information, and API keys.
- Sidebar Navigation: Located on the left, use this to jump between services like Compute (VPS), Databases, Storage, SMS, Email, and Domains.
- Top Header: Quickly access your Profile Configuration, Billing, Notification settings, and Support.
(Insert Main Dashboard Overview Screenshot Here)
Tip: The sidebar collapses on mobile devices. Tap the "Hamburger" menu icon in the top right to access navigation if you are using a mobile phone.
PingDart provides a powerful messaging gateway for promotional and transactional messaging.
Before sending Bulk SMS, ensure your templates are approved per local regulations.
- Go to Dashboard > SMS Gateway.
- Click the Templates tab.
- Click Create Template and provide your Principal Entity ID, Sender ID, and the required message body variables (e.g.,
{#var#}).
(Insert SMS Templates Interface Screenshot Here)
- Navigate to the Send SMS tab.
- Select an existing Template.
- Enter the destination phone numbers. You can type them manually or upload a
.csvfile for Bulk SMS. - Click Send to dispatch immediately.
Warning: Please ensure you have sufficient wallet balance before triggering high-volume bulk campaigns to prevent message failure.
Track engagement seamlessly across your marketing campaigns.
- Go to Dashboard > Links.
- Enter your long destination URL in the input field.
- (Optional) Provide a custom alias for your link.
- Click Generate Link.
Clicking on any generated link in your dashboard table takes you to its detailed analytics page.
- Total Clicks: The aggregate amount of traffic routed through the short link.
- Unique Visitors: How many individual users clicked.
- Referrer Traffic: See where your clicks are coming from (Facebook, Twitter, Direct, etc).
- Click History Logs: A timestamped table of all individual traffic events.
(Insert Link Analytics Page Screenshot Here)
Instantly spin up fast, scalable databases directly from your browser.
- Navigate to Dashboard > Databases.
- Switch between SQL (Relational) or JSON (NoSQL Document-based) tabs depending on your needs.
- Click Create Connection to generate a custom database endpoint.
(Insert Databases List View Screenshot Here)
Click on an existing Database to open the interactive Database Viewer:
- Execute raw SQL queries or MongoDB-style document operations.
- Browse records safely via the Data Table interface.
- Manage users and connection strings for production integration.
For full application hosting, node.js services, or static site deployments.
- Navigate to Dashboard > Compute > Deployments.
- Select your desired OS Image (Ubuntu, Debian, etc) and Plan (CPU/RAM).
- Once deployed, you can access the File Manager directly inside your browser.
- Upload
.zipfiles of your production builds, configure your.envvariables, and bind a custom domain!
(Insert Compute File Manager Screenshot Here)
Important: Always secure your VPS deployment. We recommend disabling password login and strictly enforcing SSH Key authentication via the Instance Settings panel.
PingDart scales with your business by offering unified tools under one billing account.
- Video Meet: Launch private, WebRTC-encrypted video conferences right from the dashboard.
- Domain Names: Register top-level domains, manage DNS records, and assign them directly to your Cloud Compute resources.
- Email Services: Create professional
@yourdomain.cominboxes with our integrated Spam-Filter UI.
(Insert Video Meet Lobby Screenshot Here)
If you get stuck, refer to the API Documentation (/doc), utilize our lightweight SDKs available in 7 languages, or open a Support Ticket directly via the Dashboard Header!
You're ready to build.
Head over to the Dashboard to spin up your first application server.
Access Dashboard