Difference between pages "Shells ports" and "Shells"

From Insomnia 24/7 Wiki
(Difference between pages)
Jump to: navigation, search
imported>Wikiadmin
 
imported>Wikiadmin
 
Line 1: Line 1:
<big>Open ports</big>
+
===Information about Insomnia 24/7 shells on Lydia===
  
:As a shell user there is a range of ports you may use to run services, this range is port '''5000''' to '''5500'''. (Both tcp and udp)
 
  
 +
We're running this shell host with our own time, money and loving attention.
  
<big>Help! Someone is using my port!</big>
+
Please don't be a dick, that's all we ask.
  
:Ports are shared resources, if you're not using yours for a bit, someone else may take the port you were using before.
+
Check out our [[Shells_rules|rules]] and [[Shells_FAQ|F.A.Q.]]
:If you have a good reason to lay claim to a specific port, please contact an admin and we'll see what can be done.
 
  
  
<big>port command</big>
+
=== Services list on Insomnia 24/7 ===
 +
{|style="border-style: dashed; border-width: 1px; padding: 5px;"
 +
!port
 +
!service
 +
|-
 +
|21||FTP/FTPS
 +
|-
 +
|22||SSH/SFTP
 +
|-
 +
|25||SMTP
 +
|-
 +
|80||HTTP/SVN
 +
|-
 +
|222||SSH (alternative)
 +
|-
 +
|443||HTTPS
 +
|-
 +
|993||IMAPS
 +
|-
 +
|995||POP3S
 +
|-
 +
|3306||MySQL
 +
|-
 +
|5000 - 5500|| User ports
 +
|-
 +
|5432||PostgreSQL
 +
|-
 +
|20000||Usermin (HTTPS)
 +
|-
 +
|27017||mongodb
 +
|-
 +
|style="padding-right: 10px;"|60000 - 61000||Mosh UDP ports
 +
|}
  
:There is a custom made command available from your shell to check which ports are in use.
 
:This is the 'port' command.
 
  
 
+
=== Backups on Insomnia 24/7 ===
<big>Usage of the port command:</big>
+
'''Files''': All storage is done on a RAID5 array. Offsite backups are made 3 times a week. See [[Shells_backup|backup page]] for more info.
:port -a will show you the available ports
 
:port -s <port> will check if that port is available to you
 
 
 
 
 
<big>Examples of how to use the port command:</big>
 
 
 
Find out if port 5001 is in use:<br />
 
<pre>
 
coolfire@Lydia:~$ port -s 5001
 
State for port 5001: In use
 
Process info:
 
-
 
Done.
 
coolfire@Lydia:~$
 
</pre>
 
<br />
 
What you can see here is that port number 5001 is in use already.<br />
 
You are not given any information about what process is running on the port as you are not root.
 

Revision as of 09:16, 18 October 2015

Information about Insomnia 24/7 shells on Lydia

We're running this shell host with our own time, money and loving attention.

Please don't be a dick, that's all we ask.

Check out our rules and F.A.Q.


Services list on Insomnia 24/7

port service
21 FTP/FTPS
22 SSH/SFTP
25 SMTP
80 HTTP/SVN
222 SSH (alternative)
443 HTTPS
993 IMAPS
995 POP3S
3306 MySQL
5000 - 5500 User ports
5432 PostgreSQL
20000 Usermin (HTTPS)
27017 mongodb
60000 - 61000 Mosh UDP ports


Backups on Insomnia 24/7

Files: All storage is done on a RAID5 array. Offsite backups are made 3 times a week. See backup page for more info.