How to Use the Admin Panel in UniLink (Manage Users and Platform Settings)

By UniLink May 02, 2026 9 min read
How to Use the Admin Panel in UniLink (Manage Users and Platform Settings)


How to Use the Admin Panel in UniLink (Manage Users and Platform Settings)

The Admin Panel gives platform administrators full control over users, plans, content, and system behavior — all from one centralized dashboard.

Quick answer: Open Admin Panel from your account menu (visible only to admins), then use the sidebar to navigate between Users, Stats, Content, Settings, and Feature Flags. Search any user by email or username, edit their plan, or suspend their account in under 30 seconds.

Running a link-in-bio platform means handling hundreds or thousands of user accounts, content pages, and system configurations simultaneously. UniLink's Admin Panel consolidates all of that into a single, role-gated interface. Whether you need to upgrade a user's plan, review platform growth metrics, publish a help article, or toggle a feature flag for a subset of users, every action lives in one place. This guide walks through every section of the Admin Panel so you can operate the platform confidently.

What the Admin Panel Does

The Admin Panel is a separate layer of the UniLink dashboard available exclusively to accounts flagged with admin or superadmin roles. It sits above the regular user interface and gives access to data and controls that no ordinary user can see or touch.

From the Users section you can search the entire user base by email address, username, or user ID. Each user record shows their current plan, registration date, last login, and total pages created. You can edit the plan directly — upgrading, downgrading, or placing a manual override — or suspend an account if it violates the platform's terms of service.

The Stats section surfaces platform-wide metrics: total registered users, active users over a rolling window, new signups by day, total pages published, link clicks across the network, and revenue figures synced from the billing provider. These numbers refresh on a configurable interval so you always have a current snapshot without opening a third-party analytics tool.

Content management covers the blog and help center. Admin users can create, edit, publish, and unpublish articles without touching the codebase. The Feature Flags section lets you enable or disable experimental features for all users or a targeted percentage, giving you a safe rollout path for new functionality.

How to Get Started With the Admin Panel

  1. Verify your admin role — Admin Panel access requires an explicit role grant. Contact the platform owner or check your account record in the database to confirm your account has the admin or superadmin flag set.
  2. Log in to UniLink — Go to unil.ink/login and sign in with your admin credentials. Use the same email and password as your regular account.
  3. Open the account menu — Click your avatar or initials in the top-right corner of the dashboard. If your role is correctly assigned, you will see an "Admin Panel" option in the dropdown menu. Regular users do not see this option.
  4. Click "Admin Panel" — This opens the admin interface in the same tab. The URL will shift to the admin section of the dashboard. A persistent sidebar with all main sections appears on the left.
  5. Familiarize yourself with the sidebar — The sections are: Users, Statistics, Blog, Help Center, System Settings, and Feature Flags. Click each one to understand what data lives where before making any changes.
  6. Set your preferred default view — If you manage users most frequently, bookmark the Users section directly so future sessions open there without extra navigation.

How to Use the Admin Panel

  1. Search for a user — In the Users section, type an email address, username, or user ID into the search field. Results appear in real time. Click the user's row to open their full record.
  2. Edit a user's plan — Inside the user record, find the "Plan" field. Click the pencil icon, select the new plan from the dropdown (Free, Pro, Business, Enterprise), optionally set an expiry date for manual grants, then click Save. The change takes effect immediately.
  3. Suspend or reactivate an account — On the user record page, use the "Account Status" toggle. Suspended accounts cannot log in and receive an informational message when they try. Reactivating restores full access instantly.
  4. Review platform stats — Navigate to Statistics. Use the date range picker to select a period and view signups, active users, total clicks, and revenue side by side. Export data as CSV by clicking the download icon.
  5. Publish a help article or blog post — Go to the Help Center or Blog section. Click "New Article," fill in the title, slug, body content (rich text editor), and meta description, then click Publish. The article goes live at the corresponding URL immediately.
  6. Toggle a feature flag — Open Feature Flags. Find the flag by name or scroll the list. Flip the toggle to enable or disable it globally. To enable for a percentage of users, click the flag name, set the rollout percentage, and save.
  7. Review system settings — System Settings contains configuration values such as allowed file-upload sizes, maintenance mode toggle, default plan for new signups, and email-sender settings. Change values carefully — most take effect without a redeploy.

Key Settings Explained

SettingWhat it controlsBest practice
Account StatusWhether a user can log in and access their pagesAlways add a note when suspending so future admins understand the reason
Plan OverrideManually assigns a billing plan outside the payment providerSet an expiry date for trials to avoid indefinite free access
Feature Flag Rollout %Percentage of user base that sees an experimental featureStart at 5–10%, monitor error rates, then scale to 100%
Maintenance ModeDisplays a maintenance page to all non-admin visitorsEnable only during deployments; remember to disable immediately after
Default Signup PlanPlan assigned automatically when a new user registersKeep on Free unless running a promotional period with a defined end date
Pro tip: Before suspending a high-volume user account, export their stats from the user record page. This gives you a defensible record if the user disputes the action later.

How to Get the Most Out of the Admin Panel

The Admin Panel is most powerful when used proactively rather than reactively. Schedule a weekly check of the Statistics section to catch unusual spikes in signups or drops in engagement before they become problems. Declining active-user percentages often signal a UX issue you can fix before it compounds.

Feature flags are your safest tool for shipping new functionality. Rather than deploying a feature to all users at once, set the flag to 10%, watch error logs and support tickets for 24–48 hours, and only then scale to 100%. This single habit prevents the majority of production incidents caused by edge-case behavior in a large, diverse user base.

For content, maintain a consistent publishing cadence in the Help Center. Every time you add or change a platform feature, update or create the corresponding help article on the same day. Users who discover a feature and immediately find documentation convert to regular users of that feature at a significantly higher rate than users who have to experiment blindly.

Keep the admin user list small. Grant admin access only to people who genuinely need it, and audit the list quarterly. Remove access for former employees or contractors immediately upon offboarding. Every admin account is a potential attack surface, so minimizing the count reduces risk substantially.

Troubleshooting Common Issues

ProblemLikely causeFix
"Admin Panel" option not visible in account menuAccount does not have admin role assignedHave a superadmin update your role in the user record, then log out and back in
Plan change not reflected on user's accountBilling provider cache has not refreshedWait 60 seconds and reload; if the issue persists, check the billing sync log in System Settings
Feature flag enabled but users still see old behaviorClient-side cache is serving stale stateAsk the user to hard-refresh (Ctrl+Shift+R); flag evaluation happens on page load
Article published but not appearing on the siteSlug conflict with an existing article or CDN cacheCheck for duplicate slugs in the article list; purge the CDN cache for that URL path

Pros

  • Single interface for all platform management tasks — no need to jump between tools
  • Real-time user search makes resolving support tickets fast
  • Feature flags allow safe, incremental rollouts without code deployments
  • Built-in content editor means non-technical admins can publish help articles independently

Cons

  • Admin access must be granted manually at the database level — there is no self-service admin request flow
  • Stats export is CSV only — no direct integration with BI tools from the panel itself
  • Maintenance mode affects all visitors globally, with no per-region or per-feature scope

Frequently Asked Questions

Who can access the Admin Panel?

Only accounts with the admin or superadmin role flag set in the platform database. Regular users, even those on paid plans, cannot see or access the Admin Panel.

Does editing a user's plan affect their billing?

A manual plan override in the Admin Panel does not cancel or modify the user's active subscription with the payment provider. It changes what features they see inside UniLink. If you need to also stop billing, cancel the subscription in Stripe separately.

Can I undo a suspension?

Yes. Open the user's record and flip the Account Status toggle back to Active. The user can log in immediately after the change saves.

How do I give another user admin access?

Find the user's record in the Users section, open it, and set their role to Admin or Superadmin. Superadmin can manage other admins; Admin cannot promote others to Superadmin.

Is there an audit log for admin actions?

Yes. System Settings contains an Audit Log section that records every admin action with a timestamp, the acting admin's user ID, and the affected record. Use this to review any action taken in the panel.

Key Takeaways

  • Admin Panel is role-gated — access requires an explicit admin or superadmin flag on the account
  • User management (search, plan edit, suspend) takes under 30 seconds per action
  • Feature flags let you roll out new features to a percentage of users before going platform-wide
  • Help Center and Blog articles can be published directly from the Admin Panel without touching code
  • Keep admin access limited and audit the list quarterly to minimize security exposure

Ready to take full control of your platform?

UniLink's Admin Panel gives you everything you need to manage users, content, and platform settings from one place. Get started today.

Get Started Free

Create Your Free Link-in-Bio Page

Join thousands of creators using UniLink. 40+ blocks, analytics, e-commerce, and AI tools — all free.

Get Started Free