Dashboard
Good to see you — here's today's overview
🏢
0
Buildings in Portfolio
👤
0
Total Applicants
0
Pending Review
0
Placed This Month
Recent Applicants
Latest submissions
NameBudgetStatusSubmitted
Activity
Recent updates
Building Portfolio
Manage your New Jersey inventory
BuildingPortfolioCityZIPUnitsAvailUnit MixRent RangeFee to AgentLast Call
Applicant CRM
Review, match, and schedule tours
All
Pending
Approved
Placed
Rejected
NameMoving FromDesired AreaBudgetStatusAgentDate
Agent Management
Add, edit, and manage your team
NameEmailPhoneStatus
Non-Referral Communities
Communities that do not work with agents — do not contact
Community City Phone Notes Added
Admin Users
Manage portal logins and passwords
UsernameRoleStatusCreated
Email Log
All outgoing emails sent by the system
All
Applicant Confirmations
Admin Alerts
Any Status
Sent
Failed
SentTypeRecipientSubjectApplicantStatus
Settings
Configure database, integrations, and credentials
MySQL API Connection
Live — connected to MySQL
Your domain + /api — e.g. https://luxaf.com/api
Must match the API_KEY value in api/config.php.
Email Notifications
When an applicant submits the frontend form, your PHP API automatically sends two emails: a confirmation to the applicant and an alert to you. Enter your email address below to receive those alerts.
This is saved here for reference — the actual address is set in api/config.php under ADMIN_EMAIL. Both are checked; the config.php value is the fallback.
NJ Cities (Frontend Display)
These cities appear on the frontend form and the city chips section. Add or remove as your market coverage changes.
Admin Login Credentials
Login credentials are stored in the HTML source. To change them, open lux-admin.html in a text editor, search for const CREDS, and update the usernames and passwords. Re-upload the file when done.
⚠️ Do not share this admin URL publicly — it has no server-side access control beyond the login screen.
Changing Admin Password
Passwords are stored in the HTML source. To change them, open lux-admin.html in a text editor and find the CREDS object near the bottom.
1
Open lux-admin.html in a code editor
2
Search for const CREDS and update the usernames/passwords
3
Re-upload the file to Hostinger
Database Setup Instructions (Hostinger MySQL)
Follow these steps to go from Demo Mode to a live database on your existing Hostinger plan.
1
Log into Hostinger hPanel → Databases → MySQL Databases → Create a new database and user
2
Open phpMyAdmin, select your new database, click the SQL tab, paste the contents of lux-mysql-setup.sql, and click Go
3
Open api/config.php and fill in DB_HOST, DB_NAME, DB_USER, DB_PASS, and set your own API_KEY
4
Upload the entire api/ folder to your Hostinger public_html/ directory (alongside the HTML files)
5
In this Settings tab, enter your API Base URL (e.g. https://yourdomain.com/api) and your API Key → Save & Connect