
Closed
Posted
I have my keycloak setup locally. It works. Now I try to setup in development server. I followed [login to view URL]://[login to view URL] Still got some errors. Can someone have extensive keycloak experience please help. I would need a 1 on 1 call to help me resolve and troubleshooting the issue in development server. Eventually, my site accessible from network and authenticate through keycloak.
Project ID: 40626657
37 proposals
Remote project
Active 4 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
37 freelancers are bidding on average $23 USD/hour for this job

Hello, I understand you're looking for someone to help troubleshoot your Keycloak deployment on a development server. Since the local setup is working, the focus is on identifying the configuration differences causing the production deployment to fail and ensuring your application is accessible over the network with Keycloak handling authentication correctly. I'm Muhammad Shoaib, a Senior Full Stack Software Engineer with 8+ years of experience in C#, .NET, ASP.NET Core, Azure, REST APIs, Docker, and authentication/authorization solutions. I've worked with enterprise applications involving OAuth 2.0, OpenID Connect, JWT-based authentication, SSO, and secure application deployments. I'm experienced in diagnosing deployment and configuration issues through remote troubleshooting sessions. I'm available to schedule a call at your convenience and can get started immediately. Regards, Muhammad Shoaib
$25 USD in 10 days
6.2
6.2

★★★ KEYCLOAK SPECIALIST ★★★ Hi, To set up your Keycloak on the development server, I can help you troubleshoot the errors you are facing. I will review your current setup and guide you through the necessary steps to resolve the issues. We can have a 1 on 1 call to discuss the problems in detail and find a solution together. Please let me know your available times for the call. Thanks!
$20 USD in 40 days
5.7
5.7

Hello, Getting Keycloak working locally is one challenge; exposing it correctly on a development server is another. Most deployment issues come from hostname, reverse proxy, HTTPS, or network configuration rather than Keycloak itself, so a structured troubleshooting session is usually the fastest way to isolate the root cause. I've spent many years working with .NET applications, backend development, REST APIs, Linux administration, cloud environments, and system deployment. That background is well suited for diagnosing authentication and infrastructure issues like the one you're facing. I also have extensive experience troubleshooting production and development environments instead of only building new features. During a 1-on-1 session, we can review your server configuration, identify what's preventing Keycloak from working correctly, and verify that your application is accessible on the network and authenticates successfully. What is the main blocker right now: Keycloak itself not starting correctly, or is authentication failing once your .NET application connects to it? I'm available to jump on a call immediately and help you work through the issue until we identify the cause. Best regards, Eduardo
$30 USD in 40 days
5.8
5.8

Hi there, I’d be happy to discuss your project—feel free to start a chat anytime. I’m a full-stack developer with solid experience building scalable web and desktop applications, and I’m confident I can deliver your project efficiently and on time. I also have strong exposure to modern technologies including Web3 concepts, DevOps practices, and automation. I’m a Kubernetes enthusiast with hands-on experience using Docker containers and deploying applications on Linux servers. My expertise includes: MERN / MEAN Stack (development + team management) .NET Core APIs with Angular, including D3.js data visualizations Azure Logic Apps, SharePoint, and workflow automation (PowerApps familiarity) Salesforce development with Apex, Visualforce, and integrations via .NET APIs DevOps basics, containerization, and application hosting on Linux Automation workflows and AI-based tools to improve efficiency I bring a problem-solving mindset and full project lifecycle experience—from development to deployment. Looking forward to hearing from you. Thank you!
$20 USD in 40 days
4.6
4.6

Keycloak running fine locally but breaking the moment you move it to the dev server is almost always down to production-mode settings that dev mode quietly ignored. The Nagasudhir guide you followed gets you most of the way, but the usual culprits are KC_HOSTNAME and hostname-strict, the proxy/edge setting when it sits behind Nginx, HTTPS/TLS termination and the X-Forwarded headers not being passed through, plus switching off the dev H2 database to a real one like Postgres. I've set Keycloak up in production behind reverse proxies several times, so I can read the exact errors you're seeing and pinpoint which of these is biting. My plan: start from the errors in your Keycloak logs, confirm the hostname and proxy config match how the server is actually reached on the network, fix the reverse proxy and TLS pass-through, verify the admin console and your .NET app can both authenticate, then leave you with a clean start command so it survives restarts. One quick thing so I can prep the right fix — is Keycloak sitting behind Nginx (or another reverse proxy) on the dev server, or exposed directly on its own port? Muhammad Saad
$30 USD in 40 days
3.1
3.1

I’ve deployed and troubleshot Keycloak in production-like setups before, so this is familiar ground. I’ll start by reviewing your local vs dev environment parity: configs, network paths, and TLS settings. We’ll compare the logs from the dev server against Keycloak’s valid startup sequence, focusing on DB connectivity, proxy headers, and misconfigured realms or clients. Next, we’ll validate the reverse proxy (nginx/Apache) rules to ensure correct forwarding of auth flows. Once traffic routes properly, we’ll test auth redirection and session persistence. I can start immediately. Thanks, Andrii.
$20 USD in 40 days
2.8
2.8

Hi, I understand you need help getting Keycloak working on a development server so your site is reachable from the network and can authenticate users reliably. Since it works locally but fails in server mode, this is usually a mix of hostname, proxy, redirect URI, and production settings. I’ve worked through Keycloak deployments where local setup was fine but server access broke due to configuration details. My focus would be on validating the server environment, reviewing your production-mode settings, and tracing the exact error until the login flow is stable. I can help you troubleshoot this 1:1 and narrow it down quickly, whether the issue is Keycloak config, network access, or application integration. If you’d like, we can go step by step and get it working cleanly. Best regards, Gabriel
$25 USD in 30 days
2.0
2.0

Hello, "Dockerized Keycloak Dev Setup" - keycloak failing on development server. I will containerise Keycloak with proper reverse‑proxy settings to match your local setup, fixing common hostname and port issues. I resolved a similar service issue on Home Assistant: https://www.freelancer.com/projects/zigbee/Troubleshoot-Zigbee-Connection-Home/reviews What error messages appear when you start Keycloak on the dev server? Looking forward to working with you. Artur Giżycki
$15 USD in 40 days
1.2
1.2

Hello, I understand you need hands-on Keycloak troubleshooting support to migrate a working local setup into a production-like development environment, resolve configuration errors, and make your application accessible over the network with proper authentication flow. I have experience with Keycloak deployment, realm/client configuration, OAuth2/OpenID Connect, reverse proxy setups, SSL, environment variables, and .NET application integration. I can join a 1-on-1 session, review your current server configuration and logs, identify the root cause, and guide you through fixing the deployment step by step. I will help verify Keycloak production mode settings, database connectivity, networking, client authentication, redirect URIs, and final end-to-end login flow. I am available for a focused troubleshooting call and can start by analyzing your existing setup.
$20 USD in 40 days
1.4
1.4

Hi, there You need the working local Keycloak setup reproduced on your development server and connected correctly to your .NET application. I can join a one-to-one screen-sharing call, review the current errors, and troubleshoot the production-mode configuration with you. I’ll check the hostname settings, HTTPS certificates, reverse proxy headers, exposed ports, firewall rules, database connection, redirect URIs, client configuration, and your application’s OpenID Connect settings. We’ll test the complete flow from accessing the site over the network through login, callback, token validation, and logout. I’ll also explain each change so you can maintain the setup afterward. Hourly rate: $25 USD Initial estimate: 1–3 hours, depending on the server errors Available to start promptly. A few questions: Which operating system and Keycloak version are running on the development server? Are you using Docker, Nginx, IIS, or Apache? Can you share the current error logs before the call? Best regards, Muhammad Saeed
$25 USD in 40 days
0.0
0.0

Singapore, Singapore
Payment method verified
Member since Aug 5, 2026
£3000-5000 GBP
$30-250 USD
₹150000-250000 INR
₹12500-37500 INR
$2-8 USD / hour
₹1500-12500 INR
₹1250-2500 INR / hour
$15-25 USD / hour
₹1500-12500 INR
$15-25 USD / hour
₹1500-12500 INR
£2-5 GBP / hour
$3000-5000 USD
$30-250 USD
£750-1500 GBP
₹2500-3000 INR / hour
$15-25 USD / hour
₹1500-4500 INR
₹1500-12500 INR
$250-750 USD