{"id":16603,"date":"2023-10-30T05:11:20","date_gmt":"2023-10-30T05:11:20","guid":{"rendered":"https:\/\/cloudpap.com\/?p=16603"},"modified":"2023-10-30T05:11:22","modified_gmt":"2023-10-30T05:11:22","slug":"how-to-add-users-on-uptime-kuma","status":"publish","type":"post","link":"https:\/\/cloudpap.com\/blog\/how-to-add-users-on-uptime-kuma\/","title":{"rendered":"How To Add Users on Uptime Kuma"},"content":{"rendered":"\n<p>Monitoring uptime is an integral aspect that must not be overlooked. When your website or application experiences downtime, it can have a significant impact on revenue and harm your reputation. <\/p>\n\n\n\n<p>This is precisely why many companies opt to use monitoring tools to keep a close eye on their uptime. One such reliable tool is Uptime Kuma.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why Uptime Kuma?<\/strong><\/h2>\n\n\n\n<p>Uptime Kuma has quickly become a favored tool among website owners and administrators, thanks to its user-friendly interface and robust features. However, to truly harness the capabilities of this platform, it is imperative to have a firm grasp of effective user management.<\/p>\n\n\n\n<p>Mastering user management within Uptime Kuma is crucial, granting access to various individuals or teams based on their roles and responsibilities. Whether your development team needs monitoring access, your marketing department requires access to reports, or your IT team needs administrative privileges, knowing how to add users is the initial key to seamless collaboration and efficient monitoring.<\/p>\n\n\n\n<p>With its advanced features, it allows for easy monitoring of services such as HTTP\/S, TCP, DNS, and more. Additionally, you can receive timely notification alerts for any disruptions and even create custom status pages for your users.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/cloudpap.com\/uptime-kuma-features\/\"><strong>Uptime Kuma features<\/strong><\/a><\/h2>\n\n\n\n<p>Uptime Kuma accords the capability to oversee amenities across various domains, comprising HTTP\/S, TCP, DNS, etc. Several striking features of the utility entail:<\/p>\n\n\n\n<p>\u2714Customize the facade to utilize Dark\/Light or Auto to demonstrate acquiescence with device preferences.<\/p>\n\n\n\n<p>Ability to designate a time region to diligently monitor stability.<\/p>\n\n\n\n<p>\u2714Accessible directly through Linode\u2019s Marketplace.<\/p>\n\n\n\n<p>\u2714 \ufe0f A competent notification system with vast compatibility displayed among platforms such as Telegram, Discord, Signal, and Rocket.Chat, Slack, Microsoft Teams, Google Chat, Matrix, and many more.<\/p>\n\n\n\n<p>\u2714Capability to designate the specified timeframe to retain the history of monitoring.<\/p>\n\n\n\n<p>\u2714An option to optimize\/diminish the repository of monitoring history.<\/p>\n\n\n\n<p>\u2714 Two-factor authentication as an added layer of defense for the monitoring account.<\/p>\n\n\n\n<p>\u2714 Capability to Export\/Import notification and monitoring data.<\/p>\n\n\n\n<p>\u2714 A dedicated Status page.<\/p>\n\n\n\n<p>\u2714 Pinging graphical representation.<\/p>\n\n\n\n<p>\u2714 Support for multiple languages.<\/p>\n\n\n\n<p>\u2714 Exclusive provision for Steam game servers.<\/p>\n\n\n\n<p>\u2714 Effortlessly apply notifications to new\/all monitors, if needed.<\/p>\n\n\n\n<p>To effectively utilize Uptime Kuma, this guide will help you learn how to add new users to your Uptime Kuma account and assign them specific roles and permissions. The utmost consideration should be given while determining the level of access each user should have to safeguard the security and integrity of your monitoring data.<\/p>\n\n\n\n<p>For instance, an &#8220;Admin&#8221; user can be created with complete authority and access to all features and settings within Uptime Kuma. This user would have the ability to manage other users, configure monitoring checks, and generate all-inclusive reports. On the other hand, a &#8220;Viewer&#8221; user can be created with limited privileges, granting them solely read-only access to view monitoring data and reports without authorization to make any adjustments.<\/p>\n\n\n\n<p>By efficiently managing users in Uptime Kuma, collaboration can be streamlined, security can be enhanced, and only authorized individuals will have access to the necessary information.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Benefits of User Management in Uptime Kuma<\/strong><\/h2>\n\n\n\n<p>User management is critical for fully utilizing Uptime Kuma&#8217;s monitoring and alerting capabilities.<\/p>\n\n\n\n<p>a). It ensures the security and management of dashboard access by assigning specific roles and rights to authorized users.<\/p>\n\n\n\n<p>b). Within an organization, user management facilitates collaboration and distribution of duties, improving workflows and allowing effective decision-making.<\/p>\n\n\n\n<p>c). It contributes to scalability and flexibility by allowing the addition or removal of users as well as the customization of roles and permissions to meet the changing needs of the business.<\/p>\n\n\n\n<p>Overall, user management is an important component of mastering Uptime Kuma since it improves security, promotes effective cooperation, and allows for scalability and flexibility.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A step-by-step guide to Adding&nbsp; New Users to Uptime Kuma&nbsp;<\/h2>\n\n\n\n<p>During the installation process of uptime Kuma on Ubuntu, the initial step is to create a new user on the Ubuntu system. To ensure the security of the system, the application Uptime-Kuma will operate under a non-root user.<\/p>\n\n\n\n<p>1. To add a new user, execute the following command. In this example, we will utilize the username &#8220;mikedon&#8221;. Please remember to replace it with your desired username.<\/p>\n\n\n\n<p><strong>useradd -m -s \/bin\/bash mikedon<\/strong><\/p>\n\n\n\n<p>Important settings to note:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>-m = automatically creates a home directory for the specified user, located under the &#8216;\/home&#8217; directory.<\/li>\n\n\n\n<li>-s = determines the shell path for the user, most Linux systems use the `\/bin\/bash shell.<\/li>\n\n\n\n<li>2. Once completed, use the following command to set up a password for the user &#8220;mikedon&#8221;.<\/li>\n<\/ul>\n\n\n\n<p>passwd mikedon<\/p>\n\n\n\n<p>Create a strong password and confirm it by pressing &#8220;Enter&#8221;.<\/p>\n\n\n\n<p>3. Then, add the user &#8220;mikedon&#8221; to the &#8220;sudo&#8221; group using the following command.<\/p>\n\n\n\n<p><strong>usermod -aG sudo mikedon<\/strong><\/p>\n\n\n\n<p>By adding users to the &#8220;sudo&#8221; group, it grants them the ability to use the &#8220;sudo su&#8221; command and obtain root privileges.<\/p>\n\n\n\n<p><strong>Using Sudo<\/strong>&nbsp;<\/p>\n\n\n\n<p>Tools like sudo can be used to grant specific users the ability to perform commands as root. This feature is available in all privileged access management tools. All of these tools can additionally log the commands run as root to provide responsibility for what is done as root.&nbsp;<\/p>\n\n\n\n<p><strong>Root privileges<\/strong><\/p>\n\n\n\n<p>The root account has administrative rights. This means that it can read and write any file on the system, act as any user, modify system settings, install and remove applications, and upgrade the operating system and\/or firmware. In essence, it can do almost any action on the system.<\/p>\n\n\n\n<p>Dedicated service accounts are frequently preferred for running applications and managing various operating system subsystems. Access to the root account should be restricted to the absolute fewest persons and uses possible.<\/p>\n\n\n\n<p><strong>Accessing Uptime Kuma Dashboard<\/strong><\/p>\n\n\n\n<p>To open the Uptime Kuma dashboard, launch your web browser and enter either your domain name or public IP address.<\/p>\n\n\n\n<p><strong>http:\/\/serverip:3001<\/strong><\/p>\n\n\n\n<p><strong>or<\/strong><\/p>\n\n\n\n<p><a href=\"http:\/\/domain-name\"><strong>http:\/\/domain-name<\/strong><\/a><\/p>\n\n\n\n<p>The WebUI will appear as displayed below, prompting you to create an Admin account. Simply enter a username and password, and click \u2018Create\u2019 to establish an Administrator account.<\/p>\n\n\n\n<p>Uptime Kuma Administrator Console<\/p>\n\n\n\n<p>This will grant you access to Uptime Kuma\u2019s dashboard. To commence monitoring a website, select the Add New Monitor button. Provide the relevant details for the site you wish to monitor.<\/p>\n\n\n\n<p>Add Your First Website Monitoring<\/p>\n\n\n\n<p>There are numerous settings available for customization, such as Certificate Expiry Notification and Accepted Status Codes.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>User Interface and Plans<\/strong><\/h3>\n\n\n\n<p>a). Customization Made Effortless: Uptime Kuma&#8217;s adaptable user interface offers a quick and comprehensive view of crucial information. Modify, discard, or rearrange display features to tailor them to your preferences.<\/p>\n\n\n\n<p>b). Live Tracking: This software constantly monitors your online platforms and functions, providing prompt notifications and solutions for any issues that may arise.<\/p>\n\n\n\n<p>c). Dedicated Assistance: Uptime Kuma offers a forum for community collaboration, allowing you to seek guidance from fellow users. Additionally, the developers are available for direct support.<\/p>\n\n\n\n<p>d). Plans: Uptime Kuma is a free, open-source monitoring apparatus that can be independently hosted.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Best practices for designing robust and secure user credential<\/strong><\/h2>\n\n\n\n<p>It is critical to create strong and secure login credentials for the protection and integrity of your Uptime Kuma account.<\/p>\n\n\n\n<p>1).&nbsp; To boost password difficulty, use a mix of uppercase and lowercase letters, digits, and special characters.<\/p>\n\n\n\n<p>2). Avoid using decipherable personal information and phrases.<\/p>\n\n\n\n<p>3). Passwords should be at least 8-12 characters long, and passphrases should be used instead of single words.<\/p>\n\n\n\n<p>4). Do not reuse passwords across many accounts; instead, use a password manager to establish unique passwords.<\/p>\n\n\n\n<p>5). For an added degree of security, use two-factor authentication (2FA).<\/p>\n\n\n\n<p>6). Passwords should be updated regularly, ideally every few months or after a security attack.<\/p>\n\n\n\n<p>Following these basic practices will reduce the danger of unwanted access to your Uptime Kuma account dramatically.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/cloudpap.com\/cloudpap-compute\/\">DEPLOY UPTIME KUMA FAST<\/a><\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong>&nbsp;<\/h2>\n\n\n\n<p>The success of your business hinges on one crucial factor: availability. And what better metric to capture this essence than uptime? Imagine this: your website boasts impressive features, a hefty budget for advertisements, and countless hours spent perfecting its design. Yet, all these are rendered futile if they fail to function.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.thinkwithgoogle.com\/marketing-strategies\/app-and-mobile\/mobile-page-speed-conversion-data\/\" target=\"_blank\" rel=\"noopener\">According to Google,<\/a> even a mere one-second delay in loading time can result in a staggering 20% decrease in conversions. Fortunately, with mastery of user management in Uptime Kuma, you can rest assured of close monitoring of your website and application&#8217;s performance and availability. By following the steps outlined in this guide, you can confidently add users like a pro, ensuring a seamless and efficient experience for your team and clients.<\/p>\n\n\n\n<p>By adhering to these best practices and harnessing the full potential of Uptime Kuma&#8217;s user management features, you can navigate the complexities of user management with confidence and optimize your monitoring system for maximum efficiency and effectiveness. Happy monitoring!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Monitoring uptime is an integral aspect that must not be overlooked. When your website or application&#8230;<\/p>\n","protected":false},"author":10,"featured_media":16645,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"categories":[443],"tags":[],"class_list":["post-16603","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uptime-kuma"],"_links":{"self":[{"href":"https:\/\/cloudpap.com\/blog\/wp-json\/wp\/v2\/posts\/16603","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloudpap.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cloudpap.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cloudpap.com\/blog\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudpap.com\/blog\/wp-json\/wp\/v2\/comments?post=16603"}],"version-history":[{"count":0,"href":"https:\/\/cloudpap.com\/blog\/wp-json\/wp\/v2\/posts\/16603\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cloudpap.com\/blog\/wp-json\/wp\/v2\/media\/16645"}],"wp:attachment":[{"href":"https:\/\/cloudpap.com\/blog\/wp-json\/wp\/v2\/media?parent=16603"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudpap.com\/blog\/wp-json\/wp\/v2\/categories?post=16603"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudpap.com\/blog\/wp-json\/wp\/v2\/tags?post=16603"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}