- JIRA Software FAQ
- JIRA Core
- JIRA Service Desk
- JIRA plugin: Capture
- JIRA plugin: Training
- JIRA plugin: Portfolio
- Confluence Windows Special Note
- Confluence plugin: Questions
- Confluence plugin: Team Calendars
- Bamboo FAQ
- Bitbucket FAQ
- FishEye FAQ
- Crowd FAQ
- Crucible FAQ
- Third party plugins
- Support almost all Atlassian products, and also support plug-ins (including third-party plug-ins in the plug-in market).
- Support DataCenter mode.
- Compared with the traditional crack , you can easily upgrade your service without having to crack it again.
- Provide java- based command line keygen , which is more convenient to use in the terminal environment.
- Open source project, you know what you did when you cracked it.
- Directly download the release package of this project .
- Clone the source code of this project, and the pom.xml directory can be compiled after executing
mvn package
at the same level . - Use the
atlassian-agent-jar-with-dependencies.jar
produced in thetarget
directory instead ofatlassian-agent.jar
! -
- If you don’t know what I’m talking about, it’s best to download the package I compiled directly. *
*The cracking needs to be used in a complete set, not just the plug-in, but the atlassian-agent.jar
cracking service must be used first .
- If you have obtained
atlassian-agent.jar
, you can try to executejava -jar atlassian-agent.jar
to see the help output. - The help here uses Atlassian 's Confluence service as an example.
- Put
atlassian-agent.jar
in a location that you will not delete randomly (all Atlassian services on your server can share the sameatlassian-agent.jar
). - Set the environment variable
JAVA_OPTS
(this is actually the environment variable of Java , used to specify the parameters attached when starting the java program), and attach the-javaagent
parameter. Specifically, you can do this:- You can put commands like
export JAVA_OPTS="-javaagent:/path/to/atlassian-agent.jar ${JAVA_OPTS}"
into a file like.bashrc
or.bash_profile
. - You can put:
Export the JAVA_OPTS =" - the javaagent: /path/to/atlassian-agent.jar the JAVA_OPTS $ {} "
such an order where the service is installed into thebin directory
under thesetenv.sh
orsetenv.bat (for windows use)
in. - You can also directly execute the command line:
JAVA_OPTS="-javaagent:/path/to/atlassian-agent.jar" /path/to/start-confluence.sh
to start your service. - Or other methods of modifying environment variables that you know, but if there are unrelated services on your machine, it is not recommended to modify the global
JAVA_OPTS
environment variable. - In short, you find a way to attach the
-javaagent
parameter to the java process to be started .
- You can put commands like
- Please restart your Confluence service after the configuration is complete .
- If you want to verify whether the configuration is successful, you can do this:
- Execute a similar command:
ps aux|grep java
find the corresponding process to see if the-javaagent
parameter is correctly attached. *It is similar to the software installation directory:/path/to/confluence/ logs/ catalina.out
Tomcat log should be found:========= agent working =========
The output words.
- Execute a similar command:
- You have to confirm that the agent has been configured , refer to the above instructions.
- When you try to execute
java -jar /path/to/atlassian-agent.jar
, you should be able to see the output of KeyGen parameter help. - Please take a closer look at the function of each parameter, especially the value range of the
-p
parameter. The content of the-p
parameter is best to be enclosed in quotation marks, otherwise it may affect the parameter parsing. - Third-party plug its
application key / plug keyword
as-p
parameters. Such as:-p'com.gliffy.integration.confluence'
- In Atlassian when the service is installed you should see something like:
AAAA-BBBB-CCCC-DDDD
the Server the above mentioned id , please pay attention. - Providing the correct parameters and running KeyGen will output the calculated activation code on the terminal.
- Copy the generated activation code to activate the service you want to use.
- For example:
java -jar atlassian-agent.jar -p conf -m aaa@bbb.com -n my_name -o https://zhile.io -s ABCD-1234-EFGH-5678
- This project is only for personal study and research purposes, and cannot be used for commercial purposes! *For commercial use, please purchase the genuine version from Atlassian , thank you for your cooperation!
- This project uses the
GNU General Public License v3.0
open source license! *It is not allowed to say that my code is poorly written. For me,PHP
is the best language in the world (to argue with dissatisfaction).
- Send an issue to this project .
- You are welcome to improve this project together, please send a PR .
- You can join the QQ group: 30347511 and communicate with me in real time.
- Visit the website: https://zhile.io Leave me a message.