CINXE.COM
pixelfed
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="mobile-web-app-capable" content="yes"> <title>pixelfed</title> <link rel="manifest" href="/manifest.json"> <meta property="og:logo" content="https://pixelfed.social/img/pixelfed-icon-color.png" /> <meta property="og:site_name" content="Pixelfed"> <meta property="og:title" content="pixelfed"> <meta property="og:type" content="article"> <meta property="og:url" content="https://pixelfed.social/login"> <meta name="medium" content="image"> <meta name="theme-color" content="#10c5f8"> <meta name="apple-mobile-web-app-capable" content="yes"> <link rel="shortcut icon" type="image/png" href="/img/favicon.png?v=2"> <link rel="apple-touch-icon" type="image/png" href="/img/favicon.png?v=2"> <link rel="canonical" href="https://pixelfed.social/login"> <link href="/css/app.css?id=e10a6f66100a7c9bc1facc89f655de0a" rel="stylesheet" data-stylesheet="light"> <script type="text/javascript">window._sharedData = {curUser: {}, version: 0}; window.App = {config: {"version":"0.12.4","open_registration":true,"uploader":{"max_photo_size":15000,"max_caption_length":2000,"max_altext_length":1000,"album_limit":20,"image_quality":85,"max_collection_length":100,"optimize_image":true,"optimize_video":true,"media_types":"image\/jpeg,image\/png,image\/gif,image\/webp,video\/mp4","mime_types":{"0":"image\/jpeg","1":"image\/png","2":"image\/gif","3":"image\/webp","4":"video\/mp4"},"enforce_account_limit":false},"activitypub":{"enabled":true,"remote_follow":true},"ab":{"lc":true,"rec":false,"loops":false,"top":false,"polls":false,"cached_public_timeline":true,"cached_home_timeline":true,"gps":false,"spa":true,"emc":true,"hls":false,"pue":true,"autolink":false},"site":{"name":"pixelfed","domain":"pixelfed.social","url":"https:\/\/pixelfed.social","description":"The original Pixelfed instance, operated by the main developer @dansup"},"account":{"max_avatar_size":5000,"max_bio_length":"250","max_name_length":30,"min_password_length":8,"max_account_size":"7000000"},"username":{"remote":{"formats":{"0":"@","1":"from","2":"custom"},"format":"@","custom":null}},"features":{"timelines":{"local":true,"network":true},"mobile_apis":true,"mobile_registration":true,"stories":true,"video":true,"import":{"instagram":true,"mastodon":false,"pixelfed":false},"label":{"covid":{"enabled":false,"org":"visit the WHO website","url":"https:\/\/www.who.int\/emergencies\/diseases\/novel-coronavirus-2019\/advice-for-public"}},"hls":{"enabled":false},"groups":false}}};</script> </head> <body> <nav class="navbar navbar-expand navbar-light navbar-laravel shadow-none border-bottom sticky-top py-1"> <div class="container"> <a class="navbar-brand d-flex align-items-center" href="https://pixelfed.social" title="Logo"> <img src="/img/pixelfed-icon-color.svg" height="30px" class="px-2" loading="eager" alt="Pixelfed logo"> <span class="font-weight-bold mb-0 d-none d-sm-block" style="font-size:20px;">pixelfed</span> </a> <div class="collapse navbar-collapse"> <ul class="navbar-nav ml-auto"> <li> <a class="nav-link font-weight-bold text-dark" href="/login" title="Login"> Login </a> </li> </ul> </div> </div> </nav> <main id="content"> <div class="container mt-4"> <div class="row justify-content-center"> <div class="col-lg-5"> <div class="card shadow-none border"> <div class="card-header bg-transparent p-3"> <h4 class="font-weight-bold mb-0 text-center"> Account Login </h4> </div> <div class="card-body"> <form method="POST" action="https://pixelfed.social/login"> <input type="hidden" name="_token" value="u2YxTm5lBY3AJHiIqRA0Rj9VRJjt67aukmZVBrDD" autocomplete="off"> <div class="form-group row mb-0"> <div class="col-md-12"> <label for="email" class="small font-weight-bold text-muted mb-0">Email Address</label> <input id="email" type="email" class="form-control" name="email" value="" placeholder="Email" required autofocus> <div class="help-text small text-right mb-0"> <a href="https://pixelfed.social/auth/forgot/email" class="small text-muted font-weight-bold"> Forgot Email </a> </div> </div> </div> <div class="form-group row mb-0"> <div class="col-md-12"> <label for="password" class="small font-weight-bold text-muted mb-0">Password</label> <input id="password" type="password" class="form-control" name="password" placeholder="Password" required> <p class="help-text small text-right mb-0"> <a href="https://pixelfed.social/password/reset" class="small text-muted font-weight-bold"> Forgot Password </a> </p> </div> </div> <div class="form-group row"> <div class="col-md-12"> <div class="checkbox"> <label> <input type="checkbox" name="remember" > <span class="font-weight-bold ml-1 text-muted"> Remember Me </span> </label> </div> </div> </div> <button type="submit" class="btn btn-primary btn-block btn-lg font-weight-bold rounded-pill"> Login </button> </form> <hr> <form method="POST" action="/auth/raw/mastodon/start"> <input type="hidden" name="_token" value="u2YxTm5lBY3AJHiIqRA0Rj9VRJjt67aukmZVBrDD" autocomplete="off"> <div class="form-group row mb-0"> <div class="col-md-12"> <button type="submit" class="btn btn-primary btn-sm btn-block rounded-pill font-weight-bold" style="background: linear-gradient(#6364FF, #563ACC);"> Sign-in with Mastodon </button> </div> </div> </form> <hr> <p class="text-center font-weight-bold mb-0"> <a href="/register">Register</a> </p> </div> </div> </div> </div> </div> </main> <footer> <div class="container py-5"> <p class="text-center text-uppercase font-weight-bold small text-justify"> <a href="https://pixelfed.social/site/about" class="text-dark p-2">About</a> <a href="https://pixelfed.social/site/help" class="text-dark p-2">Help</a> <a href="https://pixelfed.social/site/terms" class="text-dark p-2">Terms</a> <a href="https://pixelfed.social/site/privacy" class="text-dark p-2">Privacy</a> <a href="https://pixelfed.social/site/language" class="text-dark p-2">Language</a> </p> <p class="text-center text-muted small mb-0"> <span class="text-muted">漏 2025 pixelfed.social</span> <span class="mx-2">路</span> <a href="https://pixelfed.org" class="text-muted font-weight-bold" rel="noopener">Powered by Pixelfed</a> <span class="mx-2">路</span> <span class="text-muted">v0.12.4</span> </p> </div> </footer> <script type="text/javascript" src="/js/manifest.js?id=d57720236163c3aa1414d071dd7e4ff4"></script> <script type="text/javascript" src="/js/vendor.js?id=5da80fcc943883e32e4d77cc685cdd19"></script> <script type="text/javascript" src="/js/app.js?id=2363ff0a931b91ef2d6d21a6dfadab4a"></script> <script type="text/javascript" src="/js/components.js?id=9b6f094bb7d0e43a737ed1d1756f8653"></script> <script> document.addEventListener("DOMContentLoaded", function() { function getQueryParam(name) { const urlParams = new URLSearchParams(window.location.search); return urlParams.get(name); } const email = getQueryParam('email'); if (email) { const emailInput = document.getElementById('email'); if (emailInput) { emailInput.value = email; const passwordInput = document.getElementById('password'); if (passwordInput) { passwordInput.focus(); } } } }); </script> <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9244e6989a633df5',t:'MTc0MjYzODI0Mi4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body> </html>