<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ASDM on Ubuntu in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/4007044#M145740</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Since Cisco removed the ASDM "web-start" capability from ASA 9.8.3 (18) the solution is not valuable any longer.&lt;/P&gt;&lt;P&gt;I propose an new solution to run ASDM in Linux (Desktop):&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Install ASDM software package from the ASA on a Windows client first or request the extracted ASDM files from the cisco support.&lt;/LI&gt;&lt;LI&gt;Copy the installed ASDM folder in Windows ( C:\Program Files (x86)\Cisco Systems\ASDM\ ) to your Linux OS (eg. /usr/local/share/cisco/asdm) and change ownership if necessary&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Go to your Linux OS:&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Download the java runtime environment JavaJRE version 8, from either Oracle or OpenJRE (eg. AdoptOpenJDK) as tar.gz&lt;/LI&gt;&lt;LI&gt;Choose a proper extraction folder for JRE (in my case it was /usr/local/share/cisco/asdm/openjre/ and be aware it create subfolder with version number in it)&lt;/LI&gt;&lt;LI&gt;Rename or move the JAVA files for easier scripting and maintance&lt;/LI&gt;&lt;LI&gt;Create a shell script, as it already exists in the ASDM folder: /usr/local/share/cisco/asdm/asdm.sh (the template is asdm-launcher.sh)&lt;/LI&gt;&lt;LI&gt;Define the location of the "java" run program is allocated in the system: JAVABIN=/usr/local/share/cisco/asdm/openjre/bin/&lt;/LI&gt;&lt;LI&gt;Define the location of the applets (*.jar): ASDMLIB=/usr/local/share/cisco/asdm/&lt;/LI&gt;&lt;LI&gt;The rest of the shell script can be taken from the asdm-launcher.sh file.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;#!/bin/bash
# Script asdm.sh to launch ASDM java application under Linux
# Tested with AdoptOpenJRE Version 8 and Oracle JRE Version 8
ASDMLIB=/usr/local/share/cisco/asdm/
JAVABIN=${ASDMLIB}/openjre/bin/
exec ${JAVABIN}java -Xms64m -Xmx512m -XX:MaxNewSize=1024k \
 -Dsun.swing.enableImprovedDragGesure=true \
 -Dapple.laf.useScreenMenuBar=true \
 -Dapple.awt.graphics.UseQuartz=true \
 -classpath \ 
  ${ASDMLIB}lzma.jar:${ASDMLIB}jploader.jar:${ASDMLIB}asdm-launcher.jar:${ASDMLIB}retroweaver-rt-2.0.jar \
 com.cisco.launcher.Launcher

# ASDMLIB and JAVABIN are absolute path to the directories 
# Changer ownership and make the script executable chown and chmod +x&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also create executable desktop link eg. asdm.desktop and run the asdm.sh shell from the GUI&lt;/P&gt;&lt;PRE&gt;[Desktop Entry]
Version=1.0
Exec=/usr/local/share/cisco/asdm/asdm.sh
Name=Cisco ASDM Linux
GenericName=Cisco ASDM
Comment=Connect to Cisco ASA Device Management on Linux
Encoding=UTF-8
Terminal=true
Type=Application
Categories=Application;Network;&lt;/PRE&gt;&lt;P&gt;Tested Version:&amp;nbsp;&lt;SPAN&gt;ASA&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;9.13 &amp;amp; ASDM 7.13 and earlier&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Tested Linux: Ubuntu 19.10, SUSE 12.4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Tested JRE: Version 8 Release Version 232&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jan 2020 16:06:55 GMT</pubDate>
    <dc:creator>Oliverrietbrock</dc:creator>
    <dc:date>2020-01-06T16:06:55Z</dc:date>
    <item>
      <title>ASDM on Ubuntu</title>
      <link>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/3067651#M145711</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Since a long time i'm dealing with different ASDM issues.&lt;/P&gt;
&lt;P&gt;Now i have a new Problem ... and i can't fix it.&lt;/P&gt;
&lt;P&gt;index.html shows up different ... so i cannot connect to the ASDM anymore with my Ubuntu (14.04) machine.&lt;/P&gt;
&lt;P&gt;Can anybody help?&lt;/P&gt;
&lt;P&gt;Does anybody know why ASDM is such a crap for a so long time?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks a lot&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Rainer&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 09:04:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/3067651#M145711</guid>
      <dc:creator>RAINER PARZER</dc:creator>
      <dc:date>2019-03-12T09:04:42Z</dc:date>
    </item>
    <item>
      <title>This may have nothing to do</title>
      <link>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/3067652#M145712</link>
      <description>&lt;P&gt;This may have nothing to do with ASDM. Firefox recently removed support for java plugins (java web start) from version 52.&lt;/P&gt;
&lt;P&gt;https://www.java.com/en/download/help/firefox_java.xml&lt;/P&gt;
&lt;P&gt;Did your Firefox browser recently update itself? If so, try using an older version of Firefox to see if you see the "Run ASDM" option.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 18:50:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/3067652#M145712</guid>
      <dc:creator>Rahul Govindan</dc:creator>
      <dc:date>2017-03-16T18:50:46Z</dc:date>
    </item>
    <item>
      <title>yes ... you are right! thanx</title>
      <link>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/3067653#M145713</link>
      <description>&lt;P&gt;yes ... you are right! thanx&lt;/P&gt;
&lt;P&gt;but i have the same issue with&amp;nbsp;chrome.&lt;/P&gt;
&lt;P&gt;is it possible to install ASDM on Ubuntu native?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;on my MAC i can start ASDM, but it stops always when "discovering device Version" at 15%&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 10:27:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/3067653#M145713</guid>
      <dc:creator>RAINER PARZER</dc:creator>
      <dc:date>2017-03-20T10:27:20Z</dc:date>
    </item>
    <item>
      <title>I believe that chrome also</title>
      <link>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/3067654#M145715</link>
      <description>&lt;P&gt;I believe that chrome also has the Java plug-in disabled by default for a while now. The ASDM release notes don't mention Ubuntu, but does mention other Linux distros. You &amp;nbsp;could try installing the ASDM if this gives you an option. Try the latest 7.7 which should have all the bug fixes.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 11:40:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/3067654#M145715</guid>
      <dc:creator>Rahul Govindan</dc:creator>
      <dc:date>2017-03-20T11:40:34Z</dc:date>
    </item>
    <item>
      <title>It's been a while but I've</title>
      <link>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/3067655#M145717</link>
      <description>&lt;P&gt;It's been a while but I've installed and run ASDM on Ubuntu 10.04 LTS release.&lt;/P&gt;
&lt;P&gt;As Rahul mentioned, it's 99% of the time a browser and Java issue that trips you up. If you update your Java and ASDM to the respective latest versions (though I'd back off one on ASDM TO 7.6(2)), you should have good compatibility.&lt;/P&gt;
&lt;P&gt;If you can get the JNLP file to download then you can save and launch it locally as a Java Web Start app.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 13:52:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/3067655#M145717</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2017-03-20T13:52:55Z</dc:date>
    </item>
    <item>
      <title>Hi.</title>
      <link>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/3067656#M145721</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;
&lt;P&gt;Try installing Icedtea (icedtea-plugin) on Ubuntu. I use that on my Ubuntu workstations.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 07:38:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/3067656#M145721</guid>
      <dc:creator>johnd2310</dc:creator>
      <dc:date>2017-03-22T07:38:02Z</dc:date>
    </item>
    <item>
      <title>I just labbed it up and that</title>
      <link>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/3067657#M145725</link>
      <description>&lt;P&gt;I just labbed it up and that worked fine. First I downloaded Java from Oracle and followed the instructions to enable it in Firefox. That allows Firefox to recognize Java is installed and it will then give you the option for downloading the JNLP file when you browse to your ASA address with /admin appended for management.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then install the plugin:&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;apt install icedtea-netx&lt;/PRE&gt;
&lt;P&gt;Then after it installs, run the jnlp file from your ASA using javaws:&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;javaws &amp;lt;path&amp;gt;/asdm.jnlp&lt;/PRE&gt;
&lt;P&gt;That got me up and running:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://community.cisco.com/legacyfs/online/media/asdm_on_linux_1.png" class="migrated-markup-image" /&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://community.cisco.com/legacyfs/online/media/asdm_on_linux_2.png" class="migrated-markup-image" /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 12:57:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/3067657#M145725</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2017-03-22T12:57:35Z</dc:date>
    </item>
    <item>
      <title>Here is what I do.  Install</title>
      <link>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/3067658#M145729</link>
      <description>&lt;P&gt;Here is what I do. &amp;nbsp;Install java web start (aka icedtea).&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;sudo apt-get install icedtea-plugin&lt;/PRE&gt;
&lt;P&gt;Then I have a single line script, which I call asdm.&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;javaws https://$1/admin/public/asdm.jnlp&lt;/PRE&gt;
&lt;P&gt;Make it executable:&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;chmod +x asdm&lt;/PRE&gt;
&lt;P&gt;Then to run ASDM on say, 1.2.3.4:&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;./asdm 1.2.3.4&lt;/PRE&gt;
&lt;P&gt;This doesn't require any web browser, or web browser support. &amp;nbsp;It just uses the native installed java directly.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 04:11:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/3067658#M145729</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2017-03-23T04:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: I just labbed it up and that</title>
      <link>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/3400887#M145732</link>
      <description>&lt;P&gt;Hi Martin, please provide more detail&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jun 2018 23:27:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/3400887#M145732</guid>
      <dc:creator>Malatji</dc:creator>
      <dc:date>2018-06-17T23:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: ASDM using icedtea-plugin on Ubuntu</title>
      <link>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/3682742#M145735</link>
      <description>&lt;P&gt;Works for me, using Ubuntu 18.04 Bionic Beaver kernels 4.15.0-30 and some older versions.&lt;/P&gt;
&lt;P&gt;Because I don't have a real certificate installed on my ASA, just self-signed, it'll clunk around the first couple of times asking if you're really really sure you trust it because it's only self-signed, and it'll want to install itself on your desktop (I haven't yet tried connecting to an older ASA - I ran this using ASA 9.10 beta and corresponding ASDM 7.10 but it's supposed to be backward compatible.)&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 01:42:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/3682742#M145735</guid>
      <dc:creator>bstewart</dc:creator>
      <dc:date>2018-08-07T01:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: ASDM using icedtea-plugin on Ubuntu</title>
      <link>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/3691156#M145738</link>
      <description>&lt;P&gt;I need a lot of info on this, any resources I can follow?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Aug 2018 03:40:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/3691156#M145738</guid>
      <dc:creator>Malatji</dc:creator>
      <dc:date>2018-08-20T03:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: ASDM on Ubuntu</title>
      <link>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/4007044#M145740</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Since Cisco removed the ASDM "web-start" capability from ASA 9.8.3 (18) the solution is not valuable any longer.&lt;/P&gt;&lt;P&gt;I propose an new solution to run ASDM in Linux (Desktop):&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Install ASDM software package from the ASA on a Windows client first or request the extracted ASDM files from the cisco support.&lt;/LI&gt;&lt;LI&gt;Copy the installed ASDM folder in Windows ( C:\Program Files (x86)\Cisco Systems\ASDM\ ) to your Linux OS (eg. /usr/local/share/cisco/asdm) and change ownership if necessary&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Go to your Linux OS:&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Download the java runtime environment JavaJRE version 8, from either Oracle or OpenJRE (eg. AdoptOpenJDK) as tar.gz&lt;/LI&gt;&lt;LI&gt;Choose a proper extraction folder for JRE (in my case it was /usr/local/share/cisco/asdm/openjre/ and be aware it create subfolder with version number in it)&lt;/LI&gt;&lt;LI&gt;Rename or move the JAVA files for easier scripting and maintance&lt;/LI&gt;&lt;LI&gt;Create a shell script, as it already exists in the ASDM folder: /usr/local/share/cisco/asdm/asdm.sh (the template is asdm-launcher.sh)&lt;/LI&gt;&lt;LI&gt;Define the location of the "java" run program is allocated in the system: JAVABIN=/usr/local/share/cisco/asdm/openjre/bin/&lt;/LI&gt;&lt;LI&gt;Define the location of the applets (*.jar): ASDMLIB=/usr/local/share/cisco/asdm/&lt;/LI&gt;&lt;LI&gt;The rest of the shell script can be taken from the asdm-launcher.sh file.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;#!/bin/bash
# Script asdm.sh to launch ASDM java application under Linux
# Tested with AdoptOpenJRE Version 8 and Oracle JRE Version 8
ASDMLIB=/usr/local/share/cisco/asdm/
JAVABIN=${ASDMLIB}/openjre/bin/
exec ${JAVABIN}java -Xms64m -Xmx512m -XX:MaxNewSize=1024k \
 -Dsun.swing.enableImprovedDragGesure=true \
 -Dapple.laf.useScreenMenuBar=true \
 -Dapple.awt.graphics.UseQuartz=true \
 -classpath \ 
  ${ASDMLIB}lzma.jar:${ASDMLIB}jploader.jar:${ASDMLIB}asdm-launcher.jar:${ASDMLIB}retroweaver-rt-2.0.jar \
 com.cisco.launcher.Launcher

# ASDMLIB and JAVABIN are absolute path to the directories 
# Changer ownership and make the script executable chown and chmod +x&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also create executable desktop link eg. asdm.desktop and run the asdm.sh shell from the GUI&lt;/P&gt;&lt;PRE&gt;[Desktop Entry]
Version=1.0
Exec=/usr/local/share/cisco/asdm/asdm.sh
Name=Cisco ASDM Linux
GenericName=Cisco ASDM
Comment=Connect to Cisco ASA Device Management on Linux
Encoding=UTF-8
Terminal=true
Type=Application
Categories=Application;Network;&lt;/PRE&gt;&lt;P&gt;Tested Version:&amp;nbsp;&lt;SPAN&gt;ASA&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;9.13 &amp;amp; ASDM 7.13 and earlier&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Tested Linux: Ubuntu 19.10, SUSE 12.4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Tested JRE: Version 8 Release Version 232&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 16:06:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/4007044#M145740</guid>
      <dc:creator>Oliverrietbrock</dc:creator>
      <dc:date>2020-01-06T16:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: ASDM on Ubuntu</title>
      <link>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/4028988#M145744</link>
      <description>&lt;P&gt;I've only been able to get it working by following this guide:&lt;/P&gt;&lt;P&gt;&lt;A href="https://noobient.com/2019/09/26/cisco-asdm-on-64-bit-ubuntu-18-04/" target="_blank"&gt;https://noobient.com/2019/09/26/cisco-asdm-on-64-bit-ubuntu-18-04/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;64bit java (and the lack of 32bit support under Ubuntu) was the cause of my getting this error when trying to launch asdm:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;Download the 32bit tarball from Oracle&lt;/LI&gt;&lt;LI&gt;Extract it to /somewhere&lt;/LI&gt;&lt;LI&gt;Install the dependencies:&amp;nbsp;sudo apt install libxrender-dev:i386 libxtst-dev:i386 libgtk-3-dev:i386 libcanberra-gtk-module:i386 gtk2-engines-murrine:i386&lt;/LI&gt;&lt;LI&gt;Run ASDM with: /somewhere/bin/javaws https://ASDMurl&lt;SPAN class="hljs-regexp"&gt;/admin&lt;/SPAN&gt;&lt;SPAN class="hljs-regexp"&gt;/public/asdm&lt;/SPAN&gt;&lt;SPAN&gt;.jnlp&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;If you don't have real certs on your devices you'll probably need to run the ContolPanel script in your 32bit java directory and add an exception in the security tab.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 13:32:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/4028988#M145744</guid>
      <dc:creator>bitgin</dc:creator>
      <dc:date>2020-02-13T13:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Here is what I do.  Install</title>
      <link>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/4125293#M1072286</link>
      <description>&lt;P&gt;Thank you for your advice.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2020 03:30:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/4125293#M1072286</guid>
      <dc:creator>Th0rv4l</dc:creator>
      <dc:date>2020-07-25T03:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: ASDM on Ubuntu</title>
      <link>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/4183852#M1075758</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is amazing! This is the working solution!&lt;/P&gt;&lt;P&gt;It solved all of my Problems over the last year to start the ASDM Java GUI on my RaspberryPi.&lt;/P&gt;&lt;P&gt;All other versions opned the Login GUI but after username and password, the java GUI was closed directly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much!&lt;/P&gt;</description>
      <pubDate>Sat, 14 Nov 2020 11:30:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/4183852#M1075758</guid>
      <dc:creator>Sebastian.Seine1</dc:creator>
      <dc:date>2020-11-14T11:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: ASDM on Ubuntu</title>
      <link>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/4662432#M1092349</link>
      <description>&lt;P&gt;I thought I had struck gold when I found this post, but I cannot get it working with the Firepower modules in ASDM. The ASA proper GUI all seems to work fine, but the Firepower-specific tabs and GUI menu items--while present and clickable--won't load the content when you click on them.&lt;/P&gt;&lt;P&gt;Anyone with an ASA with Firepower module get this working?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 03:30:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/4662432#M1092349</guid>
      <dc:creator>brian.black</dc:creator>
      <dc:date>2022-08-03T03:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: ASDM on Ubuntu</title>
      <link>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/4803892#M1099087</link>
      <description>&lt;P&gt;Now it is 2022-2023 and this solution needs a tweak. Cisco has not updated the&amp;nbsp;&lt;SPAN&gt;asdm-launcher.sh for the current 7.18 + ASDM. But they DID update "run.bat".&amp;nbsp; Instead of the java launch parameters from the old linux shell command, I had to use the line from run.bat, replacing semi-colons with colons (for sh vs cmd.)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My final adsm.sh is as follows:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;#! /usr/bin/bash
# Script asdm.sh to launch ASDM java application under Linux 
# gnome-desktop  and xRDP installed on Ubuntu server 22.04
# Running with Oracle JRE Version 8  2023-mar-29
#
# To set up....
# download jre-8u361-linux-x64.tar.gz (from Oracle) and unpack
# Copy jre from downloaded/unpacked to /usr/share/java
# (/usr/share/java will now contain a bin folder with the java run files)
# On Win after installing ASDM-IDM on Win.... 
# Use sftp to copy C:\Program Files (x86)\Cisco Systems\ASDM to /usr/share/asdm
# /usr/share/asdm now contains the needed jar files and cert.PEM
# copy this file (asdm.sh) to /usr/share/asdm
# I needed to strip ^M and \r from my asdm.sh after copying from win.
# Search How to remove CTRL-M (^M) characters (I use sed) 
# Change ownership and make the script executable chown and chmod +x
#
# If the chown and chmod are correct...
# log on to desktop. start a terminal. run /usr/share/asdm/asdm.sh to start the party

ASDMLIB=/usr/share/asdm/
JAVABIN=/usr/share/java/bin/
echo Starting ASDM Launcher

exec ${JAVABIN}java  -Xms64m -Xmx512m -Dsun.swing.enableImprovedDragGesture=true \
        -classpath lzma.jar:jploader.jar:asdm-launcher.jar:retroweaver-rt-2.0.jar \
        com.cisco.launcher.Launcher cert.PEM

# ASDMLIB and JAVABIN are absolute path to the directories
~&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 12:40:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/4803892#M1099087</guid>
      <dc:creator>MICHAEL BRENNER</dc:creator>
      <dc:date>2023-03-29T12:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: ASDM on Ubuntu</title>
      <link>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/4803894#M1099088</link>
      <description>&lt;P&gt;See my 2023-mar-29 reply&amp;nbsp;&lt;/P&gt;&lt;P&gt;The cert.PEM is critical to downloading the modules now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 12:43:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/4803894#M1099088</guid>
      <dc:creator>MICHAEL BRENNER</dc:creator>
      <dc:date>2023-03-29T12:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: ASDM on Ubuntu</title>
      <link>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/4979783#M1106990</link>
      <description>&lt;P&gt;WOW this works... perfectly! I even tried it with the newer&amp;nbsp;JRE 8u371. Only change I made was making a subfolder called jre8 and adjusting the script accordingly. This seems very solid. Thanks so much for your efforts! No more Windows VM to open ASDM&lt;/P&gt;</description>
      <pubDate>Sat, 16 Dec 2023 03:54:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-on-ubuntu/m-p/4979783#M1106990</guid>
      <dc:creator>dataspindle</dc:creator>
      <dc:date>2023-12-16T03:54:10Z</dc:date>
    </item>
  </channel>
</rss>

