Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.

Chapter 3. Adding a Remote Console User


Abstract

The server's remote command console is not configured with a default user. Before you can connect to the server's console remotely, you must add a user to the configuration.
Red Hat JBoss A-MQ is not installed with a default user for the remote console. Before you can remotely manage a server, you must add a user by editing InstallDir/etc/users.properties.
Important
The information in this file is unencrypted so it is not suitable for environments that require strict security.
To add a user:
  1. Open InstallDir/etc/users.properties in your favorite text editor.
  2. Locate the line # admin=admin,admin.
    This line specifies a user admin with the password admin and the role admin.
  3. Uncomment the line by removing the leading #.
  4. Change the first admin to the desired user name.
  5. Change the admin to the desired password.
  6. Save the changes.
  7. If you intend to use the ActiveMQ Web console, you must specify the credentials for it. Open InstallDir/etc/system.properties in your favorite text editor and search for the following lines:
    #
    # Authentication - must match an entry in user.properties with the admin privilege
    #
    #activemq.jmx.user=admin
    #activemq.jmx.password=admin
    Uncomment the activemq.jmx.user and activemq.jmx.password settings (by removing the leading #) and change the username and password values to be the same as the values you just defined in the etc/users.properties file.
Red Hat logoGithubRedditYoutubeTwitter

Lernen

Testen, kaufen und verkaufen

Communitys

Über Red Hat Dokumentation

Wir helfen Red Hat Benutzern, mit unseren Produkten und Diensten innovativ zu sein und ihre Ziele zu erreichen – mit Inhalten, denen sie vertrauen können.

Mehr Inklusion in Open Source

Red Hat hat sich verpflichtet, problematische Sprache in unserem Code, unserer Dokumentation und unseren Web-Eigenschaften zu ersetzen. Weitere Einzelheiten finden Sie in Red Hat Blog.

Über Red Hat

Wir liefern gehärtete Lösungen, die es Unternehmen leichter machen, plattform- und umgebungsübergreifend zu arbeiten, vom zentralen Rechenzentrum bis zum Netzwerkrand.

© 2024 Red Hat, Inc.