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
Admin Users
Manage portal logins and passwords
UsernameRoleStatusCreated
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.
n8n Webhook
Paste your n8n webhook URL here. When applicants submit the frontend form, this URL is called to trigger your automation (Supabase insert + confirmation email via Resend).
Copy this URL into the submitForm() function in lux-frontend-v2.html to wire up the form.
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